mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Assigned RUSTSEC-2021-0154 to fuser
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
This file causes merge conflicts if two ID assignment jobs run concurrently.
|
||||
This prevents duplicate ID assignment due to a race between those jobs.
|
||||
1673a01e45ba52cf1d0ae483f0aade977c34f9cc0a92f8f94046ccbd1bc0e10b -
|
||||
5598d4370685e417c44ff9bc4110ffa72359485a0b8848215e14e44ef671ef60 -
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2021-0154"
|
||||
package = "fuser"
|
||||
date = "2021-09-10"
|
||||
url = "https://github.com/cberner/fuser/pull/390"
|
||||
@@ -19,4 +19,4 @@ patched = [">= 1.2.0"]
|
||||
|
||||
# Uninitalized memory read & leak caused by fuser crate
|
||||
|
||||
During creation of new libfuse session with `fuse_session_new` operation list was passed as NULL incorrectly. libfuse expects this argument to always point to list of operations. This caused uninitialized memory read and leaks in libfuse.so
|
||||
During creation of new libfuse session with `fuse_session_new` operation list was passed as NULL incorrectly. libfuse expects this argument to always point to list of operations. This caused uninitialized memory read and leaks in libfuse.so
|
||||
Reference in New Issue
Block a user