Re: avoid vfprintf NULL errors in ldape.c log_debug()

2018-07-04 Thread Theo de Raadt
Rob Pierce wrote: > Running the current ldapd regression tests result in the following (repeated) > errors in my /var/log/messages: > > ... ldapd: vfprintf %s NULL in "current bind dn = %s " > > This is because regress/usr.sbin/ldapd/run-tests.pl is performing > unnecessary unbinds in END { }.

Re: avoid vfprintf NULL errors in ldape.c log_debug()

2018-07-04 Thread Sebastian Benoit
ok Rob Pierce(r...@2keys.ca) on 2018.07.03 19:38:51 -0400: > Running the current ldapd regression tests result in the following (repeated) > errors in my /var/log/messages: > > ... ldapd: vfprintf %s NULL in "current bind dn = %s " > > This is because regress/usr.sbin/ldapd/run-tests.pl is perfo

avoid vfprintf NULL errors in ldape.c log_debug()

2018-07-03 Thread Rob Pierce
Running the current ldapd regression tests result in the following (repeated) errors in my /var/log/messages: ... ldapd: vfprintf %s NULL in "current bind dn = %s " This is because regress/usr.sbin/ldapd/run-tests.pl is performing unnecessary unbinds in END { }. Though the regression test should