[openssl/openssl] 3410cc: Add negative integer check when using ASN1_BIT_STRING
Martin Litre
noreply at github.com
Wed May 3 23:10:40 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 3410cc0c8bbcf9216b42d47d7a61e379dd6fda89
https://github.com/openssl/openssl/commit/3410cc0c8bbcf9216b42d47d7a61e379dd6fda89
Author: mlitre <martinlitre at mac.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M crypto/asn1/a_bitstr.c
Log Message:
-----------
Add negative integer check when using ASN1_BIT_STRING
The negative integer check is done to prevent potential overflow.
Fixes #20719.
CLA: trivial
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20862)
(cherry picked from commit 1258a8e4361320cd3cfaf9ede692492ce01034c8)
More information about the openssl-commits
mailing list