1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00
ngircd/src
Alexander Barton 55190f2d3d Don't access already freed memory in IRC_KILL()
It is not possible to call Conn_Close() after Client_Destroy() has been
called, because Conn_Close wants to access the CLIENT structure which
then has been freed already.

Fix IRC_KILL to use Conn_Close() for local clients and Client_Destroy()
for remote clients only (and never both).
2010-05-22 17:03:54 +02:00
..
ipaddr fix assertion failure in ng_ipaddr.c 2009-09-26 11:12:47 +02:00
ngircd Don't access already freed memory in IRC_KILL() 2010-05-22 17:03:54 +02:00
portab Added some missing files of GIT tree to distribution archives 2008-11-13 23:17:32 +01:00
testsuite testsuite: add more predefined channels to server config 2009-03-07 00:30:11 +01:00
tool Fix "implicit conversion shortens 64-bit value" warning 2009-09-11 22:52:12 +02:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00