]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/cms.c: add failure handling for I/O errors of 'BIO_printf(out, ...)'
authorDr. David von Oheimb <dev@ddvo.net>
Mon, 14 Apr 2025 09:10:52 +0000 (11:10 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 14 May 2025 06:43:21 +0000 (08:43 +0200)
commit88777599a6fa65cc812f60169784512798ca6395
treee44f97fe40ded15d94c0f5ef9ac54955f7e0c74c
parentc3da4b584e0ee07c51914c11f2413e6f25df64a0
apps/cms.c: add failure handling for I/O errors of 'BIO_printf(out, ...)'

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27368)
apps/cms.c