summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorMirko Adzic <adzicmirko97@gmail.com>2026-07-10 17:20:37 +0100
committerGary Guo <gary@garyguo.net>2026-07-13 12:11:44 +0100
commit0c20f77a26b89bc911d31cd79f1abe1a7ae57f60 (patch)
treea4ba6a22d751858d66c362f32c0816f0bf03fc4a /tools/testing
parent7e4d9c946de525cac36bb693c42a147b8e9f03c5 (diff)
downloadlinux-next-0c20f77a26b89bc911d31cd79f1abe1a7ae57f60.tar.gz
linux-next-0c20f77a26b89bc911d31cd79f1abe1a7ae57f60.zip
rust: pin-init: make `[pin_]chain` unwind safe
Add a drop guard before the call to the chained closure so that the value initialized by the first stage is dropped if the closure errors or panics; `mem::forget` the guard on success. The previous code only ran cleanup on the explicit error path, leaking the first-stage value if the chained closure panicked. Reported-by: Gary Guo <gary@garyguo.net> Closes: https://github.com/Rust-for-Linux/pin-init/issues/136 Suggested-by: Gary Guo <gary@garyguo.net> Signed-off-by: Mirko Adzic <adzicmirko97@gmail.com> Link: https://patch.msgid.link/20260710-pin-init-sync-v1-7-8fa16cde87ae@garyguo.net [ Fix Clippy missing safety comment false positive when `slot` and `guard` creation are merged in a single line. - Gary ] Signed-off-by: Gary Guo <gary@garyguo.net>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions