mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
5 lines
273 B
Text
5 lines
273 B
Text
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
|