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-vfqx-hv88-f9cv/GHSA-vfqx-hv88-f9cv.json
A double free can occur in get_or_insert upon a panic of a user-provided f function. get_or_insert reserves space for a value, before calling the user provided insertion function f. If the function f panics then uninitialized or previously freed memory can be dropped.