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
6a43d24f
Commit
6a43d24f
authored
Jun 14, 2000
by
Mark Valence
Browse files
Bug hunting -- crash when doing substring match.
parent
d91dba4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
6a43d24f
...
...
@@ -686,7 +686,7 @@ caseIgnoreIA5SubstringsMatch(
}
if
(
sub
->
sa_any
)
{
for
(
i
=
0
;
sub
->
sa_any
[
i
];
i
++
)
{
inlen
+=
sub
->
sa_
final
->
bv_len
;
inlen
+=
sub
->
sa_
any
[
i
]
->
bv_len
;
}
}
if
(
sub
->
sa_final
)
{
...
...
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