File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
[advisory ]
2
- id = " RUSTSEC-0000-0000"
3
-
2
+ id = " RUSTSEC-2020-0017"
4
3
package = " internment"
5
-
6
4
date = " 2020-05-28"
7
-
8
5
title = " Use after free in ArcIntern::drop"
9
-
10
6
url = " https://github.com/droundy/internment/issues/11"
11
-
12
7
categories = [" memory-corruption" ]
13
-
14
8
description = """
15
9
`ArcIntern::drop` has a race condition where it can release memory
16
10
which is about to get another user. The new user will get a reference
@@ -19,6 +13,9 @@ to freed memory.
19
13
Versions prior to 0.3.12 used stronger locking which avoided the problem.
20
14
"""
21
15
22
- functions = { "internment::ArcIntern::drop" = [" >= 0.3.12" ] }
16
+ [affected .functions ]
17
+ "internment::ArcIntern::drop" = [" >= 0.3.12" ]
23
18
19
+ [versions ]
20
+ patched = []
24
21
unaffected = [" < 0.3.12" ]
You can’t perform that action at this time.
0 commit comments