Skip to content

Commit

Permalink
Rollup merge of rust-lang#54564 - alexcrichton:new-notes, r=kennytm
Browse files Browse the repository at this point in the history
Add 1.29.1 release notes

Forward-port of rust-lang#54397, should have included it earlier!
  • Loading branch information
kennytm authored Sep 27, 2018
2 parents 4415195 + 2447294 commit 6460631
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down

0 comments on commit 6460631

Please sign in to comment.