1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-08 10:09:54 +00:00
mbedtls/ChangeLog.d/max_pathlen.txt
Gilles Peskine 08fc4aaec0 Add changelog entry for : x509_crt max_pathlen int overflow fix
Backport of 

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-28 12:13:10 +02:00

6 lines
273 B
Plaintext

Bugfix
* Fix undefined behavior in X.509 certificate parsing if the
pathLenConstraint basic constraint value is equal to INT_MAX.
The actual effect with almost every compiler is the intended
behavior, so this is unlikely to be exploitable anywhere. #3197