av-data bug fixed in release 0.3.0

This commit is contained in:
JOE1994
2021-01-19 14:05:02 -05:00
parent 3a722f1f73
commit bf2e0aae1a

View File

@@ -7,7 +7,7 @@ url = "https://github.com/rust-av/rust-av/issues/136"
categories = ["memory-exposure", "privilege-escalation"]
[versions]
patched = []
patched = [">= 0.3.0"]
```
# `Frame::copy_from_raw_parts` can lead to segfault without `unsafe`