Skip to content

Commit

Permalink
Add changelog entry for Mbed-TLS#3197: x509_crt max_pathlen int overf…
Browse files Browse the repository at this point in the history
…low fix

Backport of Mbed-TLS#3192

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
  • Loading branch information
gilles-peskine-arm committed Apr 28, 2020
1 parent f0b343c commit 08fc4aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.d/max_pathlen.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 08fc4aa

Please sign in to comment.