]> git.ipfire.org Git - thirdparty/openssl.git/commit
Backport a missing bug-fix from master
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 19 May 2022 13:50:28 +0000 (15:50 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 21 May 2022 03:57:34 +0000 (05:57 +0200)
commit17519e2595b5ed8211a7763ff6eb2d6cf47c13cb
tree0211a7b3c64c7b007a03dbecf51c489967c06fd4
parent03ba56f1525c93eb3dfe72f85cdc698b97918e59
Backport a missing bug-fix from master

This is a backport of the following commit from master:

commit 61b0fead5e6079ca826594df5b9ca00e65883cb0
Author: Matt Caswell <matt@openssl.org>
Date:   Thu Nov 19 13:58:21 2020 +0000

    Don't Overflow when printing Thawte Strong Extranet Version

    When printing human readable info on the Thawte Strong Extranet extension
    the version number could overflow if the version number == LONG_MAX. This
    is undefined behaviour.

    Issue found by OSSFuzz.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
    (Merged from https://github.com/openssl/openssl/pull/13452)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18347)
crypto/x509v3/v3_sxnet.c
fuzz/corpora/crl/4d72381f46c50eb9cabd8aa27f456962bf013b28 [new file with mode: 0644]