]> arthur.barton.de Git - ngircd-alex.git/commit
Don't use Client_Type after command has been processed.
authorFlorian Westphal <fw@strlen.de>
Tue, 5 Feb 2008 13:07:14 +0000 (13:07 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
commit3022d7cff35118b6651c1165227aa79d759d9bfd
treead92cbc7af79bc331da7095580d2041fa92d0a78
parentf86ce17f1c9f066531d4da9ac344c13ee88f12d3
Don't use Client_Type after command has been processed.

This caused a read from already free'd memory, if the processed
command (IRC_QUIT) calls Client_Destroy.
src/ngircd/parse.c