4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-25 10:47:05 +08:00
Shell 1ddc6ae67f fixup: smart: uninitialized buffer on mount(2) (#9636)
The `struct stat` object used inside mount(2) is uninitialized, which
can lead to undefined behavior during running

Changes:
- Set zero to buffer before calling to stat()

Signed-off-by: Shell <smokewood@qq.com>
2024-11-20 16:37:33 +08:00
..
2024-11-20 16:37:31 +08:00
2024-11-20 16:37:31 +08:00
2023-10-30 08:24:55 -04:00
2024-02-23 17:49:15 +08:00