On Mon, Nov 21, 2016, Brendan Cully wrote: > changeset: 6873:65f180f2904f
> X509_NAME_oneline() always NULL-terminates the string, even when it
Isn't the common terminology:
NULL: NULL pointer
NUL: '\0'
?
> + /* Note that X509_NAME_online will NULL-terminate buf, even when it
^e ^
->
> + /* Note that X509_NAME_oneline will NUL-terminate buf, even when it
