]> git.ipfire.org Git - thirdparty/openssl.git/commit
i2d_name_canon(): Check overflow in len accumulation
authorTomas Mraz <tomas@openssl.org>
Thu, 18 Jul 2024 08:48:58 +0000 (10:48 +0200)
committerTodd Short <todd.short@me.com>
Sun, 21 Jul 2024 16:24:51 +0000 (12:24 -0400)
commitb2deefb9d262f0f9eae6964006df98c2fa24daac
treecc36c5d4004925bc817878c7a53a1bf09f243603
parent10c36d2f8d81a6f2b9a75f914fe094300835ba01
i2d_name_canon(): Check overflow in len accumulation

Fixes Coverity 1604638

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/24930)
crypto/x509/x_name.c