* libamu/wire.c: avoid potential dereferencing of a NULL pointer
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 20 Mar 2006 16:59:30 +0000 (16:59 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 20 Mar 2006 16:59:30 +0000 (16:59 +0000)
commitdf352d2088711fc0126d055bb28820bda0dfb3fc
treeadca5cafcdfe8b7d446e35251ed3e52c6d75ee7e
parentdec1823821a9e61d3b75a7faddd9f5d85eebb843
* libamu/wire.c: avoid potential dereferencing of a NULL pointer
(Coverity).

* hlfsd/homedir.c (delay): remove unnecessary check for NULL
pointer (Coverity).

* fsinfo/fsi_analyze.c (analyze_dkmounts, analyze_mounts,
analyze_mounts): avoid potential dereferencing of a NULL pointer
(Coverity).

* conf/transp/transp_sockets.c (create_amq_service): avoid
potential dereferencing of a NULL pointer (Coverity).

* amd/sched.c (sigchld): properly check for the end of the waiting
process list (Coverity).

* amd/mapc.c (mapc_create): initialize 'modify' to zero (Coverity).

* amd/autil.c (amfs_mkcacheref, am_unmounted): avoid potential
dereferencing of a NULL pointer (Coverity).

* amd/amfs_generic.c (amfs_lookup_mntfs): free def_opts before
reusing it (memory leak bug detected by Coverity).
(amfs_bgmount): avoid potential dereferencing of a NULL pointer
(Coverity).

* amd/am_ops.c (merge_opts): no need to check if newstr is NULL
(bug detected by Coverity).
ChangeLog
NEWS
amd/am_ops.c
amd/amfs_generic.c
amd/autil.c
amd/mapc.c
amd/sched.c
conf/transp/transp_sockets.c
fsinfo/fsi_analyze.c
hlfsd/homedir.c
libamu/wire.c