PT-2025-15909 · Crates.Io · Tokio
Published
2025-04-07
·
Updated
2025-04-07
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
The broadcast channel internally calls
clone on the stored value when
receiving it, and only requires T:Send. This means that using the broadcast
channel with values that are Send but not Sync can trigger unsoundness if
the clone implementation makes use of the value being !Sync.Thank you to Austin Bonander for finding and reporting this issue.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Tokio