Merge pull request #3283 from gilles-peskine-arm/changelog-20200421-2.16

2.16 only: Add missing changelog entry for PRs since 2.16.6
This commit is contained in:
Gilles Peskine
2020-04-28 13:10:40 +02:00
committed by GitHub

View File

@@ -0,0 +1,5 @@
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