From 4a508729644d9c318e4efb78bcc7bf280805a820 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 25 Sep 2018 10:48:07 -0700 Subject: [PATCH] [beta] Add 1.29.1 release nodes Forward-port of #54397, should have included it earlier! --- RELEASES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 819c9184364fd..08470e731d8e7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) ==========================