mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
29c6f11239
since the stdin, stdout and stderr may initialize later in userspace if CONFIG_DEV_CONSOLE isn't enabled. Note: it isn't bigger issue here to skip the check because vfs will check the validation again in read and write syscall Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>