nuttx/fs/vfs
Xiang Xiao 29c6f11239 fs: Skip call fs_checkfd if fd < 3 in fs_fdopen
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>
2020-12-16 07:53:21 +09:00
..
fs_close.c
fs_dup.c
fs_dup2.c
fs_dupfd.c
fs_dupfd2.c
fs_epoll.c
fs_eventfd.c
fs_fcntl.c
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c
fs_getfilep.c
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_open.c
fs_poll.c
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c
fs_statfs.c
fs_symlink.c
fs_truncate.c
fs_unlink.c
fs_write.c
Make.defs