Assigned RUSTSEC-2021-0154 to fuser

This commit is contained in:
djc
2025-09-12 07:08:47 +00:00
committed by Dirkjan Ochtman
parent de3ef76432
commit 84eeae67d4
2 changed files with 3 additions and 3 deletions

View File

@@ -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 -

View File

@@ -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