Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2022-0008: Delegate functions are missing Send bound #689

Open
github-actions bot opened this issue Aug 11, 2024 · 0 comments
Open

RUSTSEC-2022-0008: Delegate functions are missing Send bound #689

github-actions bot opened this issue Aug 11, 2024 · 0 comments

Comments

@github-actions
Copy link

Delegate functions are missing Send bound

Details
Status unsound
Package windows
Version 0.28.0
URL microsoft/windows-rs#1409
Date 2022-01-02

Affected versions of this crate did not require event handlers to have Send bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior.

The flaw was corrected in commit afe3252 by adding Send bounds.

See advisory page for additional details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants