This commit is contained in:
Ben Kimock
2021-12-22 16:15:54 -05:00
committed by GitHub
parent dd7d3d726a
commit 3952f343f1
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
keywords = ["buffer-overflow"]
[versions]
patched = []
patched = [">= 6.4.0"]
```
# `BinaryArray` does not perform bound checks on reading values and offsets

View File

@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
keywords = ["buffer-overflow"]
[versions]
patched = []
patched = [">= 6.4.0"]
```
# `DecimalArray` does not perform bound checks on accessing values and offsets

View File

@@ -8,7 +8,7 @@ categories = ["memory-exposure"]
keywords = ["buffer-overflow"]
[versions]
patched = []
patched = [">= 6.4.0"]
```
# `FixedSizeBinaryArray` does not perform bound checks on accessing values and offsets