]> git.ipfire.org Git - thirdparty/openssl.git/commit
BIO_dump_indent_cb(): Check for negative return from BIO_snprintf()
authorTomas Mraz <tomas@openssl.org>
Fri, 25 Apr 2025 08:04:37 +0000 (10:04 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 28 Apr 2025 15:29:17 +0000 (17:29 +0200)
commit56c739816f3dacbb024ceae29c546abe677ee02c
tree5ae5d5c666c28112ed6ed529e5f76be483eead91
parentb56dd5bfec8e790cc2d5b1bdca6ecd350a3b7779
BIO_dump_indent_cb(): Check for negative return from BIO_snprintf()

In practice this cannot happen but Coverity complains.

Fixes Coverity 1646683

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27493)
crypto/bio/bio_dump.c