mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
Fix patched version of RUSTSEC-2019-0037 (#494)
This commit is contained in:
@@ -8,9 +8,9 @@ date = "2019-06-11"
|
||||
keywords = ["segfault"]
|
||||
url = "https://github.com/libpnet/libpnet/issues/449"
|
||||
[affected.functions]
|
||||
"pnet::transport::IcmpTransportChannelIterator" = ["< 0.26.0"]
|
||||
"pnet::transport::IcmpTransportChannelIterator" = ["< 0.27.2"]
|
||||
[versions]
|
||||
patched = [">= 0.26.0"]
|
||||
patched = [">= 0.27.2"]
|
||||
```
|
||||
|
||||
# Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT
|
||||
|
||||
Reference in New Issue
Block a user