LIBCTDB uninitialized inqueue element
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 10 Jan 2011 20:37:17 +0000 (07:37 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 10 Jan 2011 20:40:06 +0000 (07:40 +1100)
commit4c99269672035c98f8f1b677654d844f716ba94c
tree435a0803e48f8f0d47332684d946a87dd1ba887f
parent8d1306f88af5c1ba4067cc28d7b52835a612cd4b
LIBCTDB uninitialized inqueue element

From Michael Anderson,
initialize the inqueue element of the ctdb structure to NULL,
else it might be used uninitialized and cause a segv.
libctdb/ctdb.c