https://bugs.openldap.org/show_bug.cgi?id=10105
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED
--- Comment #3 from Howard Chu hyc@openldap.org --- (In reply to Ondřej Kuzník from comment #1)
Seems to be coming from here: https://git.openldap.org/openldap/openldap/-/blob/master/libraries/liblber/ debug.c#L44
Either we need to nul-terminate the buffer or (re)allocate it as/when needed.
The *printf functions always NUL-terminate already. The visual problem here is that the trailing NL is missing.