mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
This is addressing cases such as fts_read(3) encountering an [EIO] from fchdir(2) when FTS_NOCHDIR is not set. That would otherwise be seen as a successful traversal in some of these cases while silently discarding expected work. As noted in r264201, fts_read() does not set errno to 0 on a successful EOF so it needs to be set before calling it. Otherwise we might see a random error from one of the iterations. gzip is ignoring most errors and could be improved separately. Reviewed by: vangyzen Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D27184 |
||
|---|---|---|
| .. | ||
| tests | ||
| gzexe | ||
| gzexe.1 | ||
| gzip.1 | ||
| gzip.c | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||
| unbzip2.c | ||
| unlz.c | ||
| unpack.c | ||
| unxz.c | ||
| zdiff | ||
| zdiff.1 | ||
| zforce | ||
| zforce.1 | ||
| zmore | ||
| zmore.1 | ||
| znew | ||
| znew.1 | ||
| zuncompress.c | ||