[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4331) variable used before set in servers/slapd/syncrepl.c
Full_Name: Jay Fenlason
Version: 2.3.17
OS: Linux
URL:
Submission from: (NULL) (66.187.230.200)
I was going through our bugzilla closing old OpenLDAP bugs when I found
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=160138
To my suprise, that code is still in 2.3.17, and is clearly broken. "newp" is
not set in any way before the dn_match call. I would guess that the match is
supposed to be against "nnewp", but I don't understand the code enough to be
sure.