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
297c82b1
Commit
297c82b1
authored
Feb 26, 2007
by
Pierangelo Masarati
Browse files
detect braindead entries (e.g. from back-perl, ITS#4845,ITS#4852)
parent
cb7a367e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
297c82b1
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.35 Engineering
Fixed entry consistency check in str2entry2 (ITS#4852)
Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851)
OpenLDAP 2.3.34 Release (2007/02/16)
...
...
servers/slapd/entry.c
View file @
297c82b1
...
...
@@ -132,6 +132,11 @@ str2entry2( char *s, int checkvals )
break
;
}
i
++
;
if
(
i
>=
lines
)
{
Debug
(
LDAP_DEBUG_TRACE
,
"<= str2entry ran past end of entry
\n
"
,
0
,
0
,
0
);
goto
fail
;
}
rc
=
ldif_parse_line2
(
s
,
type
+
i
,
vals
+
i
,
&
freev
);
freeval
[
i
]
=
freev
;
...
...
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