File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ Definite bugs found:
317
317
* [ ` Debug for vec_deque::Iter ` accessing uninitialized memory] ( https://github.com/rust-lang/rust/issues/53566 )
318
318
* [ ` From<&[T]> for Rc ` creating a not sufficiently aligned reference] ( https://github.com/rust-lang/rust/issues/54908 )
319
319
* [ ` BTreeMap ` creating a shared reference pointing to a too small allocation] ( https://github.com/rust-lang/rust/issues/54957 )
320
+ * [ ` Vec::append ` creating a dangling reference] ( https://github.com/rust-lang/rust/pull/61082 )
320
321
* [ Futures turning a shared reference into a mutable one] ( https://github.com/rust-lang/rust/pull/56319 )
321
322
* [ ` str ` turning a shared reference into a mutable one] ( https://github.com/rust-lang/rust/pull/58200 )
322
323
* [ ` rand ` performing unaligned reads] ( https://github.com/rust-random/rand/issues/779 )
@@ -326,6 +327,7 @@ Violations of Stacked Borrows found that are likely bugs (but Stacked Borrows is
326
327
* [ ` VecDeque ` creating overlapping mutable references] ( https://github.com/rust-lang/rust/pull/56161 )
327
328
* [ ` BTreeMap ` creating mutable references that overlap with shared references] ( https://github.com/rust-lang/rust/pull/58431 )
328
329
* [ ` LinkedList ` creating overlapping mutable references] ( https://github.com/rust-lang/rust/pull/60072 )
330
+ * [ ` Vec::push ` invalidating existing references into the vector] ( https://github.com/rust-lang/rust/issues/60847 )
329
331
330
332
## License
331
333
You can’t perform that action at this time.
0 commit comments