Skip to content

Commit 8587ec2

Browse files
authored
Assign RUSTSEC-2020-0017 to internment (#309)
Original PR: #306
1 parent 0f5a2dc commit 8587ec2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
[advisory]
2-
id = "RUSTSEC-0000-0000"
3-
2+
id = "RUSTSEC-2020-0017"
43
package = "internment"
5-
64
date = "2020-05-28"
7-
85
title = "Use after free in ArcIntern::drop"
9-
106
url = "https://github.com/droundy/internment/issues/11"
11-
127
categories = ["memory-corruption"]
13-
148
description = """
159
`ArcIntern::drop` has a race condition where it can release memory
1610
which is about to get another user. The new user will get a reference
@@ -19,6 +13,9 @@ to freed memory.
1913
Versions prior to 0.3.12 used stronger locking which avoided the problem.
2014
"""
2115

22-
functions = { "internment::ArcIntern::drop" = [">= 0.3.12"] }
16+
[affected.functions]
17+
"internment::ArcIntern::drop" = [">= 0.3.12"]
2318

19+
[versions]
20+
patched = []
2421
unaffected = ["< 0.3.12"]

0 commit comments

Comments
 (0)