Andrzej Kurek | 825ebd4 | 2020-05-18 11:47:25 -0400 | [diff] [blame] | 1 | Bugfix |
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 |