]> git.proxmox.com Git - mirror_corosync.git/commit
Fix coverity bug ID 7: add NULL pointer check
authorAngus Salkeld <asalkeld@redhat.com>
Sun, 28 Dec 2008 09:01:35 +0000 (09:01 +0000)
committerAngus Salkeld <asalkeld@redhat.com>
Sun, 28 Dec 2008 09:01:35 +0000 (09:01 +0000)
commite58f29f578712bf3965161d850987857699542d2
tree86ac9fb5c5e8560d9f272d1df9f55f20301af5ab
parent2998d698ad9242de63254f8285abdc0261834c85
Fix coverity bug ID 7: add NULL pointer check

Here coverity checks that if in a function a pointer is checked
for NULL then it is checked through out the function.

So below I have just add some more checks for NULL.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1715 fd59a12c-fef9-0310-b244-a6a79926bd2f
exec/ipc.c