OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 02:17
发布时间
2021-08-26 04:46
GitHub 审查时间
2021-08-20 05:19
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-96w3-p368-4h8c/GHSA-96w3-p368-4h8c.json
ArcIntern::drop has a race condition where it can release memory which is about to get another user. The new user will get a reference to freed memory.
This was fixed by serializing access to an interned object while it is being deallocated.
Versions prior to 0.3.12 used stronger locking which avoided the problem.