Merge pull request #4910 from bourumir-wyngs/bw/serde-saphyr-bw-bug

Miri detected the memory leak in serde-yaml-bw caused by early return before unsafe libyaml event cleanup
This commit is contained in:
Ralf Jung
2026-03-20 09:46:37 +00:00
committed by GitHub
+1
View File
@@ -641,6 +641,7 @@ Definite bugs found:
* [`winit` registering a global constructor with the wrong ABI on Windows](https://github.com/rust-windowing/winit/issues/4435)
* [`VecDeque::splice` confusing physical and logical indices](https://github.com/rust-lang/rust/issues/151758)
* [Data race in `oneshot` channel](https://github.com/faern/oneshot/issues/69)
* [Memory leak in serde-yaml-bw](https://github.com/bourumir-wyngs/serde-yaml-bw/issues/197)
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):