Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
e5d1b313
Commit
e5d1b313
authored
May 06, 2004
by
Howard Chu
Browse files
Fix for ITS
#1181
from Mark Adamson @ CMU.edu
parent
dddee826
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/cyrus.c
View file @
e5d1b313
...
...
@@ -264,7 +264,8 @@ sb_sasl_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
/* Read the length of the packet */
while
(
p
->
sec_buf_in
.
buf_ptr
<
4
)
{
ret
=
LBER_SBIOD_READ_NEXT
(
sbiod
,
p
->
sec_buf_in
.
buf_base
,
ret
=
LBER_SBIOD_READ_NEXT
(
sbiod
,
p
->
sec_buf_in
.
buf_base
+
p
->
sec_buf_in
.
buf_ptr
,
4
-
p
->
sec_buf_in
.
buf_ptr
);
#ifdef EINTR
if
(
(
ret
<
0
)
&&
(
errno
==
EINTR
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment