mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:15:40 +01:00
08fc4aaec0
Backport of #3192 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
273 B
Plaintext
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
|