ctime(3) and ctime_r(3) can fail when timestamps are way off.
authorflorian <florian@openbsd.org>
Thu, 9 May 2024 08:35:03 +0000 (08:35 +0000)
committerflorian <florian@openbsd.org>
Thu, 9 May 2024 08:35:03 +0000 (08:35 +0000)
commit94c8de549078a156f9fd3b5860c3a954e0098074
tree7e0402074381862f58d953467511e6db2b58c91b
parentd30853d1570affeb90b41a48942756bd5c8d7654
ctime(3) and ctime_r(3) can fail when timestamps are way off.
Add missing error checks to all calls under libexec/

Input kettenis, millert
OK millert
libexec/ftpd/ftpd.c
libexec/mail.local/mail.local.c
libexec/spamd/spamd.c