mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 03:29:45 +01:00
RUSTSEC-2020-0017.md (use-after-free in internment) is fixed (#554)
The vulnerability in this report was fixed in internment 0.4.0. For details, see https://github.com/droundy/internment/issues/11#issuecomment-758862385.
This commit is contained in:
@@ -11,7 +11,7 @@ url = "https://github.com/droundy/internment/issues/11"
|
||||
"internment::ArcIntern::drop" = [">= 0.3.12"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
patched = [">= 0.4.0"]
|
||||
unaffected = ["< 0.3.12"]
|
||||
```
|
||||
|
||||
@@ -21,4 +21,7 @@ unaffected = ["< 0.3.12"]
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user