1
Fork 0

Rollup merge of #54564 - alexcrichton:new-notes, r=kennytm

Add 1.29.1 release notes

Forward-port of #54397, should have included it earlier!
This commit is contained in:
kennytm 2018-09-29 13:21:10 +08:00 committed by GitHub
commit 3b62e77cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,16 @@
Version 1.29.1 (2018-09-25)
===========================
Security Notes
--------------
- The standard library's `str::repeat` function contained an out of bounds write
caused by an integer overflow. This has been fixed by deterministically
panicking when an overflow happens.
Thank you to Scott McMurray for responsibily disclosing this vulnerability to
us.
Version 1.29.0 (2018-09-13)
==========================