Files
znc/src
Uli Schlachter 8ffab186b4 CModule::OnMode(): Fix a stupid NULL pointer dereference
When joining a channel, OnMode() (via SetModes()) was called with pOpNick ==
NULL. This bad pointer was turned into a reference and given to modules.

This bug exists since 2008 when the OnMode() module call was added. It wasn't
noticed before because apparently no module used this CNick argument before.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-12-06 17:28:05 +01:00
..
2012-09-03 03:01:26 +07:00
2012-11-21 00:53:39 +07:00
2012-08-17 01:16:34 +07:00
2012-11-22 01:32:58 +07:00
2012-01-14 11:33:38 +01:00
2012-08-19 16:30:47 +07:00
2011-09-23 03:33:13 +07:00
2012-11-23 21:40:30 +07:00
2012-08-15 03:03:55 +07:00
2012-07-26 20:46:11 +07:00
2012-11-06 22:41:24 +07:00
2012-01-01 09:30:19 +01:00
2012-08-19 23:06:28 +07:00