r16230: Fix Klocwork #861 and others. localtime and asctime
authorJeremy Allison <jra@samba.org>
Wed, 14 Jun 2006 21:36:49 +0000 (21:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:26 +0000 (11:17 -0500)
commit6c61dc8ed6d84f310ef391fb7700e93ef42c4afc
tree841169bd8c35e054270e191041d44e269ad14705
parent5ecfaf7d505e6acc23a06dd64d00f5e6fb8efe6f
r16230: Fix Klocwork #861 and others. localtime and asctime
can return NULL. Ensure we check all returns correctly.
Jeremy.
16 files changed:
source/auth/auth_sam.c
source/auth/pass_check.c
source/client/client.c
source/client/clitar.c
source/client/smbctool.c
source/lib/replace.c
source/lib/time.c
source/nmbd/nmbd_namelistdb.c
source/nmbd/nmbd_winsserver.c
source/printing/lpq_parse.c
source/smbd/lanman.c
source/utils/net_cache.c
source/utils/net_status.c
source/utils/net_time.c
source/utils/status.c
source/web/statuspage.c