nuttx/libs/libc/stdio
Jukka Laitinen c9776bf8a6 libc/fclose: Validate the user provided stream pointer
Check that the provided stream pointer is really opened for the group before
closing & freeing it.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-09-09 23:51:35 +08:00
..
CMakeLists.txt libc: Move stream printf/scanf from libc/stdio to libc/stream 2025-06-18 09:24:38 +08:00
Kconfig style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_asprintf.c
lib_clearerr.c
lib_dprintf.c
lib_fclose.c libc/fclose: Validate the user provided stream pointer 2025-09-09 23:51:35 +08:00
lib_feof.c
lib_ferror.c
lib_fflush.c
lib_fgetc.c
lib_fgetpos.c
lib_fgets.c
lib_fgetwc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_fileno.c
lib_fmemopen.c
lib_fopen.c
lib_fopencookie.c
lib_fprintf.c
lib_fputc.c
lib_fputs.c
lib_fputwc.c
lib_fputws.c
lib_fread.c
lib_freopen.c
lib_fscanf.c
lib_fseek.c
lib_fseeko.c
lib_fsetpos.c
lib_ftell.c
lib_ftello.c
lib_fwrite.c
lib_getc.c
lib_getchar.c
lib_getdelim.c
lib_gets.c
lib_gets_s.c
lib_getwc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_libdgets.c
lib_libfflush.c
lib_libfgets.c
lib_libfilelock.c
lib_libflushall.c
lib_libfread_unlocked.c
lib_libfwrite.c
lib_libgetstreams.c
lib_open_memstream.c
lib_perror.c
lib_printf.c
lib_putc.c
lib_putchar.c
lib_puts.c libc/puts: newline was omitted for empty string 2024-12-01 17:58:06 +08:00
lib_putwc.c
lib_putwchar.c
lib_rdflush_unlocked.c
lib_remove.c
lib_renameat.c
lib_rewind.c
lib_scanf.c
lib_setbuf.c
lib_setbuffer.c
lib_setvbuf.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
lib_snprintf.c
lib_sprintf.c
lib_sscanf.c
lib_tempnam.c
lib_tmpfile.c
lib_tmpnam.c
lib_ungetc.c
lib_ungetwc.c
lib_vasprintf.c
lib_vdprintf.c
lib_vfprintf.c comments: update text typo pre-empted to preempted 2025-05-12 15:01:37 +08:00
lib_vfscanf.c comments: update text typo pre-empted to preempted 2025-05-12 15:01:37 +08:00
lib_vprintf.c
lib_vscanf.c
lib_vsnprintf.c
lib_vsprintf.c
lib_vsscanf.c
lib_wrflush_unlocked.c
Make.defs libc: Move stream printf/scanf from libc/stdio to libc/stream 2025-06-18 09:24:38 +08:00