]> git.lizzy.rs Git - rust.git/commitdiff
readme: mention the leaks we found
authorRalf Jung <post@ralfj.de>
Sun, 8 Mar 2020 15:50:19 +0000 (16:50 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 8 Mar 2020 15:50:19 +0000 (16:50 +0100)
README.md

index 936da469f599c26a390c492961b853e6aab68076..3d7003af72e4e40f0f487924a9df3610e14f107e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -240,6 +240,7 @@ Definite bugs found:
 * [`rand` performing unaligned reads](https://github.com/rust-random/rand/issues/779)
 * [The Unix allocator calling `posix_memalign` in an invalid way](https://github.com/rust-lang/rust/issues/62251)
 * [`getrandom` calling the `getrandom` syscall in an invalid way](https://github.com/rust-random/getrandom/pull/73)
+* [`Vec`](https://github.com/rust-lang/rust/issues/69770) and [`BTreeMap`](https://github.com/rust-lang/rust/issues/69769) leaking memory under some (panicky) conditions
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):