Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
eabaac5f
Commit
eabaac5f
authored
Jan 04, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6764
parent
dd81a020
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
eabaac5f
...
@@ -14,6 +14,7 @@ OpenLDAP 2.4.24 Engineering
...
@@ -14,6 +14,7 @@ OpenLDAP 2.4.24 Engineering
Added contrib/kinit for kerberos tickets
Added contrib/kinit for kerberos tickets
Added contrib/noopsrch for entry counting (ITS#6598)
Added contrib/noopsrch for entry counting (ITS#6598)
Fixed liblber to not close invalid sockets (ITS#6585)
Fixed liblber to not close invalid sockets (ITS#6585)
Fixed liblber unmatched brace handling (ITS#6764)
Fixed liblber error setting (ITS#6732)
Fixed liblber error setting (ITS#6732)
Fixed liblber memory debugging (ITS#6733)
Fixed liblber memory debugging (ITS#6733)
Fixed libldap connectionless warnings (ITS#6747)
Fixed libldap connectionless warnings (ITS#6747)
...
...
libraries/liblber/io.c
View file @
eabaac5f
...
@@ -390,6 +390,11 @@ int ber_flatten2(
...
@@ -390,6 +390,11 @@ int ber_flatten2(
return
-
1
;
return
-
1
;
}
}
/* unmatched "{" and "}" */
if
(
ber
->
ber_sos_ptr
!=
NULL
)
{
return
-
1
;
}
if
(
ber
==
NULL
)
{
if
(
ber
==
NULL
)
{
/* ber is null, create an empty berval */
/* ber is null, create an empty berval */
bv
->
bv_val
=
NULL
;
bv
->
bv_val
=
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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