about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-01-19 13:22:02 +0100
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-01-20 11:53:29 +0100
commit1e17daf1e0104ef096f70c062dd92e4310cd2966 (patch)
tree73b35eef177c9a9a17c3db82a8bfdb5ffa7f21f8
parent42cb17e224e1c5ba6292adeb5b77db5bd19a7e3e (diff)
downloadrust-1e17daf1e0104ef096f70c062dd92e4310cd2966.tar.gz
rust-1e17daf1e0104ef096f70c062dd92e4310cd2966.zip
Update release notes to include CVE-2022-21658
-rw-r--r--RELEASES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8c358a28792..bee6da2e673 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,11 +1,13 @@
 Version 1.58.1 (2022-01-19)
 ===========================
 
+* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])
 * [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
 * [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
 * [Fix wrong error message displayed when some imports are missing][91254]
 * [Fix rustfmt not formatting generated files from stdin][92912]
 
+[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]
 [91254]: https://github.com/rust-lang/rust/pull/91254
 [92912]: https://github.com/rust-lang/rust/pull/92912
 [clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075