Skip to content

Commit e9a2545

Browse files
committed
Auto merge of #1215 - RalfJung:readme, r=RalfJung
readme: mention the leaks we found
2 parents 689600f + 6926011 commit e9a2545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Definite bugs found:
240240
* [`rand` performing unaligned reads](https://github.com/rust-random/rand/issues/779)
241241
* [The Unix allocator calling `posix_memalign` in an invalid way](https://github.com/rust-lang/rust/issues/62251)
242242
* [`getrandom` calling the `getrandom` syscall in an invalid way](https://github.com/rust-random/getrandom/pull/73)
243+
* [`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
243244

244245
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
245246

0 commit comments

Comments
 (0)