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
b3719147
Commit
b3719147
authored
Jun 12, 2016
by
Hallvard Furuseth
Committed by
Quanah Gibson-Mount
Nov 02, 2016
Browse files
ITS#8442 Fix uninitialized rs->sr_text in back-meta
parent
0c399009
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/search.c
View file @
b3719147
...
...
@@ -1648,8 +1648,9 @@ err_pr:;
if
(
rs
->
sr_nentries
==
op
->
ors_slimit
||
META_BACK_ONERR_STOP
(
mi
)
)
{
const
char
*
save_text
=
rs
->
sr_text
;
const
char
*
save_text
;
got_err:
save_text
=
rs
->
sr_text
;
savepriv
=
op
->
o_private
;
op
->
o_private
=
(
void
*
)
i
;
rs
->
sr_text
=
candidates
[
i
].
sr_text
;
...
...
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