]> git.ipfire.org Git - thirdparty/glibc.git/commit
Don't crash if /var/tmp doesn't exist
authorShu-Chun Weng <scw@google.com>
Mon, 3 May 2021 23:47:10 +0000 (16:47 -0700)
committerFangrui Song <i@maskray.me>
Sat, 28 Aug 2021 00:26:06 +0000 (17:26 -0700)
commit8238afcd89abe20989becb1a3836291a0f8b67dd
treee3b97f9d562107970ef8cbb01876fd0aa1d0f016
parentdf64d523104d05a17c9ef66345077154588a5424
Don't crash if /var/tmp doesn't exist

`xstat` is checked `stat64` crashing the program if the latter returns
failure. In this loop, we are trying to find one folder that satisfies
the condition, no reason to crash the program if one folder doesn't.
io/tst-copy_file_range.c