mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
d38078b778
Zero-initialize posix_spawnattr_t in posix_spawnattr_init(). Prevent use of uninitialized fields reported by Coverity. Preserve existing default flag initialization. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>