mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8442 Fix uninitialized rs->sr_text in back-meta
This commit is contained in:
parent
fe81f1d490
commit
3e2f62ed0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user