Lucene search
+L

5 matches found

Github Security Blog
Github Security Blog
added 2022/05/24 5:41 p.m.21 views

insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5.4AI score0.01359EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder