mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
freopen handles closing file descriptors on error, with the exception of fdopen'ed descriptors, so closing an already fclose'd file descriptor is incorrect CID: 1338525 Differential Revision: https://reviews.freebsd.org/D6013 MFC after: 2 weeks Reported by: Coverity Sponsored by: EMC / Isilon Storage Division |
||
|---|---|---|
| .. | ||
| fdopen_test.c | ||
| fmemopen2_test.c | ||
| fopen_test.c | ||
| freopen_test.c | ||
| getdelim_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| mkostemp_test.c | ||
| open_memstream_test.c | ||
| open_wmemstream_test.c | ||
| perror_test.c | ||
| print_positional_test.c | ||
| printbasic_test.c | ||
| printfloat_test.c | ||
| scanfloat_test.c | ||