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
openldap
OpenLDAP
Commits
284ef10e
Commit
284ef10e
authored
Feb 26, 2003
by
Howard Chu
Browse files
In slap_mods_check, must null-terminate sm_nvalues array
parent
01c56e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/modify.c
View file @
284ef10e
...
...
@@ -634,6 +634,8 @@ int slap_mods_check(
return
rc
;
}
}
ml
->
sml_nvalues
[
nvals
].
bv_val
=
NULL
;
ml
->
sml_nvalues
[
nvals
].
bv_len
=
0
;
}
#endif
...
...
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