]> arthur.barton.de Git - ngircd.git/commit
Read_Request(): don't access possibly free'd CLIENT structure
authorAlexander Barton <alex@barton.de>
Sun, 23 Jan 2011 14:14:18 +0000 (15:14 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 23 Jan 2011 14:14:18 +0000 (15:14 +0100)
commit765dc320f11f117d63e5285a903dfe8af4a48795
treea95d0b89edfcacd3cd49b76e758986c04e34dfbb
parent9fff9f6a2b1f113513b95eae3eaa3c55052f8b91
Read_Request(): don't access possibly free'd CLIENT structure

Handle_Buffer() can shut down connections and remove clients, so after
calling it, we have to make sure that our CLIENT pointer is still valid.
src/ngircd/conn.c