PT-2026-66824 · Crates.Io · Event-Listener
Published
2026-07-13
·
Updated
2026-07-13
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Affected versions of
event-listener unconditionally implement Send and
Sync for StackSlot<' , T>, the stack-allocated listener type created
by the listener! macro.This allows a
!Send tag type set via Event::with tag to be moved to
another thread and accessed via StackSlot::wait, causing a data race in safe
code. Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Event-Listener