]> git.ipfire.org Git - thirdparty/openssl.git/commit
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings,...
authorDr. David von Oheimb <dev@ddvo.net>
Tue, 24 Sep 2024 19:24:39 +0000 (21:24 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Sat, 12 Oct 2024 13:38:07 +0000 (15:38 +0200)
commit2c536c8b1554da273103235adabf946fb7f5a041
tree0757c6d7125d15e26dd45f911e39b469205a2239
parentb2474b287fbc7a24f0aa15e6808c6e3ef8287f23
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25534)
16 files changed:
apps/lib/vms_term_sock.c
apps/passwd.c
apps/speed.c
crypto/bio/bss_log.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_win32.c
crypto/info.c
test/cmactest.c
test/conf_include_test.c
test/drbgtest.c
test/enginetest.c
test/hmactest.c
test/p_test.c
test/pkcs12_format_test.c
test/sslapitest.c