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)
commita1e0a0e9286fbe90ca04cda9df38e72d8d18b0c1
tree14c15c8333572c5a2e089611ee61d03010a9d2b4
parent2b99951e7511d0ec2d928c06b05fe22b7b6572d1
r16230: Fix Klocwork #861 and others. localtime and asctime
can return NULL. Ensure we check all returns correctly.
Jeremy.
(This used to be commit 6c61dc8ed6d84f310ef391fb7700e93ef42c4afc)
16 files changed:
source3/auth/auth_sam.c
source3/auth/pass_check.c
source3/client/client.c
source3/client/clitar.c
source3/client/smbctool.c
source3/lib/replace.c
source3/lib/time.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_winsserver.c
source3/printing/lpq_parse.c
source3/smbd/lanman.c
source3/utils/net_cache.c
source3/utils/net_status.c
source3/utils/net_time.c
source3/utils/status.c
source3/web/statuspage.c