]> arthur.barton.de Git - ngircd.git/commit
[Parser]: Don't use Client_Type after command has been processed. branch-0-10-x
authorFlorian Westphal <fw@strlen.de>
Tue, 5 Feb 2008 13:15:05 +0000 (13:15 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 5 Feb 2008 13:15:05 +0000 (13:15 +0000)
commitbc3d1f1761d5a09b5aeb673d35d7ecf55ca13db9
treeb9fc979a5fbb1b530da0073a12efeefaa4cb849c
parent10cc60d1c228c2a94341d884e8a3c5d7e5595897
[Parser]: 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. (from HEAD)
src/ngircd/parse.c