Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 01fc9b6bce82f0534d6673659a0e59a71f57ee82
https://github.openssl.org/openssl/openssl/commit/01fc9b6bce82f0534d6673659a0e59a71f57ee82
Author: Matt Caswell <[email protected]>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M crypto/x509/v3_asid.c
M test/v3ext.c
Log Message:
-----------
Fix a crash in X509v3_asid_subset()
If the asnum or rdi fields are NULL and the ASIdentifiers are otherwise
subsets then this will result in a crash. Of note is that rdi will usually
be NULL.
Reported by Theo Buehler (@botovq)
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Yang <[email protected]>
Reviewed-by: Todd Short <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18514)