]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add missing checks for NULL in domain lock manager
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 14 Jun 2011 08:05:54 +0000 (09:05 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Jun 2011 10:02:23 +0000 (11:02 +0100)
commitcc743e2314e7673ed7b476f62227fef0aca0a4af
tree9088b30bbad455cf3b67d4b2c1329ded36412f57
parenta81822063dd7a1b3dde2992b4ef54bd5a0612067
Add missing checks for NULL in domain lock manager

The domain lock manager forgot to include a bunch of checks
for NULL which could occur on OOM

* src/locking/domain_lock.c: Add checks for NULL
src/locking/domain_lock.c