CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/26 00:47:59
Modified files:
usr.bin/find : ls.c
Log message:
find: check localtime() return before calling strftime on it
landry saw "find dir -ls" crash with fs corruption. dgl reproduced with
touch foo && perl -e'utime 2**63, 2**63, "foo"' && find foo -ls
which could have been added to regress if there was any...
ok deraadt
