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:51:04 +0000 (10:51 +0100)
commit0c78270e7bb1757348cbe23a132fcce34af1cdfe
tree8128437a8a0dc0ad2c4c71af4afa0fd41eaeaad8
parent662d72c2aeac49d6fe06026e87cac45b28c60cf4
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)

(cherry picked from commit c5cc9c419a0a8d97a44f01f95f0e213f56da4574)
crypto/o_str.c