gmtime(3) / locatime(3) can fail when timestamps are way off.
authorflorian <florian@openbsd.org>
Sun, 28 Apr 2024 16:43:15 +0000 (16:43 +0000)
committerflorian <florian@openbsd.org>
Sun, 28 Apr 2024 16:43:15 +0000 (16:43 +0000)
commit55449a4bb35a049d6de07a109bfa26688f55c824
treecfb6727bb45ce0e1aef777486a9ec81e346720c6
parent73fe6daa500a9a42075e60ad1f2083099184ce22
gmtime(3) / locatime(3) can fail when timestamps are way off.

Add missing error checks to all calls under bin/

Input & OK millert
bin/date/date.c
bin/ksh/lex.c
bin/pax/sel_subs.c
bin/ps/print.c