mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
An execute-only fd (opened with O_EXEC) allows neither read() nor write() and is therefore incompatible with all stdio modes. Therefore, the [EINVAL] error applies. Also adjust the similar check in freopen() with a NULL path, even though this checks an fd which is already from a FILE. |
||
|---|---|---|
| .. | ||
| libc | ||
| libmp | ||
| libnv | ||
| libutil | ||
| msun | ||