Lucene search
+L

2 matches found

Github Security Blog
Github Security Blog
added 2022/06/17 12:30 a.m.21 views

Delegate functions are missing `Send` bound

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...

3.1AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2020/09/04 12:0 p.m.62 views

RUSTSEC-2020-0060 futures_task::waker may cause a use-after-free if used on a type that isn't 'static

Affected versions of the crate did not properly implement a 'static lifetime bound on the waker function. This resulted in a use-after-free if Waker::wake is called after original data had been dropped. The flaw was corrected by adding 'static lifetime bound to the data waker takes...

7.8CVSS7.5AI score0.00493EPSS
SaveExploits1References3
Rows per page
Query Builder