Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: handle traps on NULL input for utimensat
When building with -fisolate-erroneous-paths-attribute, GCC turns the call to utimensat w/ a NULL arg into a trap because of its nonnull attribute(s). Workaround that in the test. Bug: https://bugs.gentoo.org/549108 Signed-off-by: Sam James <[email protected]>
- Loading branch information