]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't return a value we never check from indent_printf()
authorBob Beck <beck@openssl.org>
Mon, 15 Sep 2025 17:52:44 +0000 (11:52 -0600)
committerPauli <paul.dale@oracle.com>
Wed, 17 Sep 2025 22:15:59 +0000 (08:15 +1000)
commit520ca2d20e5f3e478d967ee0a551b259a12bb995
tree3f40bf452eac59a4d9ec9f3b429fbeef6657daae
parenta7540121b5ff0d42333d563bb16ee74bf466bb75
Don't return a value we never check from indent_printf()

Coverity notices it could overflow, since we don't use this
don't bother returning it

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28553)
apps/storeutl.c