Skip to content

Commit 6460631

Browse files
authored
Rollup merge of rust-lang#54564 - alexcrichton:new-notes, r=kennytm
Add 1.29.1 release notes Forward-port of rust-lang#54397, should have included it earlier!
2 parents 4415195 + 2447294 commit 6460631

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 1.29.1 (2018-09-25)
2+
===========================
3+
4+
Security Notes
5+
--------------
6+
7+
- The standard library's `str::repeat` function contained an out of bounds write
8+
caused by an integer overflow. This has been fixed by deterministically
9+
panicking when an overflow happens.
10+
11+
Thank you to Scott McMurray for responsibily disclosing this vulnerability to
12+
us.
13+
114
Version 1.29.0 (2018-09-13)
215
==========================
316

0 commit comments

Comments
 (0)