OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 02:19
发布时间
2021-08-26 04:55
GitHub 审查时间
2021-08-20 01:04
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-rccq-j2m7-8fwr/GHSA-rccq-j2m7-8fwr.json
A double free can occur in remove_set upon a panic in a Drop impl. When removing a set of elements, ptr::drop_in_place is called on each of the element to be removed. If the Drop impl of one of these elements panics then the previously dropped elements can be dropped again.