Skip to content

Commit 43cc32f

Browse files
committedSep 30, 2018
Merge branch 'master' into drop
2 parents aec5330 + 9653f79 commit 43cc32f

File tree

3,017 files changed

+7140
-3253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,017 files changed

+7140
-3253
lines changed
 

‎RELEASES.md

Lines changed: 13 additions & 0 deletions
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

‎src/Cargo.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ dependencies = [
344344
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
345345
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
346346
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
347+
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
347348
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
348349
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
349350
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2372,6 +2373,7 @@ dependencies = [
23722373
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
23732374
"rustc 0.0.0",
23742375
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2376+
"rustc_codegen_utils 0.0.0",
23752377
"rustc_data_structures 0.0.0",
23762378
"rustc_target 0.0.0",
23772379
"rustc_typeck 0.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.