nuttx/fs/mount
Hritik Naik 2a6a86cb68
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
fs/procfs: fix buffer overflow in mount_sprintf
vsnprintf() returns the total formatted string length even when truncated to info->line. Passing this untruncated length to procfs_memcpy causes a read beyond the 64-byte line staging buffer.

Fixes #20011

Signed-off-by: Hritik Naik <hritiknaik16@gmail.com>
2026-09-06 12:16:02 -03:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_automount.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
fs_foreachmountpoint.c fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
fs_gettype.c fs/mount: Name xipfs in statfs and fs_gettype. 2026-07-29 07:49:03 -03:00
fs_mount.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
fs_procfs_mount.c fs/procfs: fix buffer overflow in mount_sprintf 2026-09-06 12:16:02 -03:00
fs_umount2.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
mount.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00