Skip to content

Commit

Permalink
[beta] Add 1.29.1 release nodes
Browse files Browse the repository at this point in the history
Forward-port of #54397, should have included it earlier!
  • Loading branch information
alexcrichton committed Sep 25, 2018
1 parent 0ebb250 commit 4a50872
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 4a50872

Please sign in to comment.