Add changelog entry for x509 cert_req null dereference fix

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy 2023-10-12 15:51:13 +01:00
parent ac97af223e
commit 737cfe184b

View file

@ -0,0 +1,2 @@
Bugfix
* Fix possible NULL dereference issue in X509 cert_req program if an entry in the san parameter is not separated by a colon.