]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix off by one issue in buf2hexstr_sep()
authorshridhar kalavagunta <coolshrid@hotmail.com>
Sat, 27 Jan 2024 03:10:32 +0000 (21:10 -0600)
committerTomas Mraz <tomas@openssl.org>
Fri, 1 Mar 2024 09:50:01 +0000 (10:50 +0100)
commitc5cc9c419a0a8d97a44f01f95f0e213f56da4574
tree6c3a7590cc1da26493d9680fec6859e123f8e2b8
parent2d70cc9cecf8b322d795985efecee06242b203b3
Fix off by one issue in buf2hexstr_sep()

Fixes #23363

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23404)
crypto/o_str.c