Hi,
I wrote a patch which should fix the issue. It is attached.
Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.
--- ircii-pana-1.1/source/hook.c	2003-04-11 03:09:07.000000000 +0200
+++ check/ircii-pana-1.1/source/hook.c	2007-09-23 13:53:24.000000000 +0200
@@ -841,6 +841,10 @@
 	 * Figure out where the hooks are for the event type were asserting
 	 */
 	/* Numeric list */
+
+	if(which > sizeof(hook_functions) - 1)
+		return NO_ACTION_TAKEN;
+
 	if (which < 0)
 	{
 		NumericList *hook;

Attachment: pgpnxNgrZKUx0.pgp
Description: PGP signature

Reply via email to