]> arthur.barton.de Git - ngircd-alex.git/commit
lists: don't crash if reason ptr is NULL
authorFlorian Westphal <fw@strlen.de>
Mon, 2 Jan 2012 22:37:46 +0000 (23:37 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 2 Jan 2012 22:43:13 +0000 (23:43 +0100)
commitabfc5c6e27bcabec450b7e91ebc0bdca48ac8ef6
treefec8efe873b39b28556b21a238d31b49d65ea50c
parent565523cbb4a5e2f34d584002916faba411a94187
lists: don't crash if reason ptr is NULL

commit 15fec92ed75c3de0b32c40d005e93e3f61aef77e
(Update list item, if it already exists) can make ngircd
crash because 'Reason' can be NULL, as reported by
Cahata on the ngircd mailing list.

Doesn't affect any released ngircd versions.

Also, make sure that we do not pass NULL as arguments
to a '%s' printf-like function.
src/ngircd/lists.c