]> git.ipfire.org Git - thirdparty/openssl.git/commit
BIO_printf.pod: Clarify that output is always null terminated.
authorScott McPeak <scott.g.mcpeak@gmail.com>
Fri, 23 Apr 2021 10:31:54 +0000 (03:31 -0700)
committerPauli <pauli@openssl.org>
Sat, 8 May 2021 05:02:34 +0000 (15:02 +1000)
commit531df8185ff4a083aca550b2c8a56d7993b2c60d
tree4defb52cc8ea0d7a5f09d3310e18e46e0675be82
parent9b53932b6fb359ad2063a640a3db3d2c5f44cfaa
BIO_printf.pod: Clarify that output is always null terminated.

The original text was ambiguous about termination for errors other
than insufficient space.  See issue #14772.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15000)
doc/man3/BIO_printf.pod