mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-30 08:13:58 +01:00
Merge pull request #604 from RustSec/assign-ids
Assigned RUSTSEC-2020-0100 to sys-info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0100"
|
||||
package = "sys-info"
|
||||
date = "2020-01-19"
|
||||
url = "https://github.com/FillZpp/sys-info-rs/issues/63"
|
||||
@@ -24,4 +24,4 @@ Affected versions of `sys-info` use a static, global, list to store temporary di
|
||||
This results in consistent double-frees and segfaults when calling `sys_info::disk_info` from multiple threads at once.
|
||||
|
||||
## Safer Alternatives:
|
||||
- [`sysinfo`](https://crates.io/crates/sysinfo)
|
||||
- [`sysinfo`](https://crates.io/crates/sysinfo)
|
||||
Reference in New Issue
Block a user