Skip to content

Commit 1e17daf

Browse files
committed
Update release notes to include CVE-2022-21658
1 parent 42cb17e commit 1e17daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Version 1.58.1 (2022-01-19)
22
===========================
33

4+
* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])
45
* [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
56
* [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
67
* [Fix wrong error message displayed when some imports are missing][91254]
78
* [Fix rustfmt not formatting generated files from stdin][92912]
89

10+
[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]
911
[91254]: https://github.com/rust-lang/rust/pull/91254
1012
[92912]: https://github.com/rust-lang/rust/pull/92912
1113
[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075

0 commit comments

Comments
 (0)