Skip to content

Commit

Permalink
Auto merge of #54565 - alexcrichton:beta-next, r=nikomatsakis
Browse files Browse the repository at this point in the history
[beta] Add 1.29.1 release nodes

Forward-port of #54397, should have included it earlier!
  • Loading branch information
bors committed Sep 27, 2018
2 parents 0ebb250 + 4a50872 commit 269c1bd
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 269c1bd

Please sign in to comment.