Skip to content

Commit ce150ef

Browse files
authored
RUSTSEC-2022-0012: note that v0.10.0+ is patched (#1220)
As far as I can tell, v0.10.0+ was not affected by this bug [0]. The commit which fixes the unsoundness landed in main before v0.10.0 was released. [0]: jorgecarleitao/arrow2@9d4342c
1 parent fdc6858 commit ce150ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/arrow2/RUSTSEC-2022-0012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = "https://github.com/jorgecarleitao/arrow2/issues/880"
77
categories = ["memory-corruption"]
88

99
[versions]
10-
patched = [">= 0.7.1, < 0.8", ">= 0.8.2, < 0.9", ">= 0.9.2, < 0.10"]
10+
patched = [">= 0.7.1, < 0.8", ">= 0.8.2, < 0.9", ">= 0.9.2, < 0.10", ">= 0.10.0"]
1111
```
1212

1313
# Arrow2 allows double free in `safe` code

0 commit comments

Comments
 (0)