mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-17 07:13:03 +08:00
20263be180
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>