CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/28 10:43:43
Modified files:
sbin/dhclient : dhclient.c
sbin/isakmpd : log.c policy.c x509.c
sbin/newfs_msdos: newfs_msdos.c
sbin/route : route.c
sbin/shutdown : shutdown.c
sbin/unwind/libunbound/util: log.c
Log message:
gmtime(3) / locatime(3) can fail when timestamps are way off.
Add missing error checks to all calls under sbin/
Input & OK millert
