blob: 4ebf0ad93317e90d9c8239f7db2c6ab90a4a5ee6 [file] [log] [blame]
Gilles Peskine08fc4aa2020-04-28 12:13:10 +02001Bugfix
2 * Fix undefined behavior in X.509 certificate parsing if the
3 pathLenConstraint basic constraint value is equal to INT_MAX.
4 The actual effect with almost every compiler is the intended
5 behavior, so this is unlikely to be exploitable anywhere. #3197