Fix the dereference of a free()'d struct in m_endburst.c.
[ircu2.10.12-pk.git] / ChangeLog
index 131f568f084e0d91d313f7ca48cbe8f8a36a2428..13bb5e5f16a50bfcbf226e480ec80168fb6e904b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * ircd/IPcheck.c: Add Debug()s to try to track why the connected
        count underflows.
 
+       * ircd/m_endburst.c (ms_endofburst): Avoid dereferencing 'chan'
+       after it may be freed (in sub1_from_channel).
+
 2005-05-12  Michael Poole <mdpoole@troilus.org>
 
        * configure.in: Do not try to outsmart the default CFLAGS.