blob: ff56a4e5914060dc8d52b973f47ba1a7508d60c9 [file] [log] [blame]
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. #3196