[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question about ircII 2.8.2/4.4



Hello all,

When I am in a channel with 260+ people using ircII 2.8.2 or 4.4 and use
a script that at some point is trying to convert lower to upper case,
the client does a core dump.

I've ran the program through gdb and got this:

Program received signal SIGSEGV (11), Segmentation fault
0x1a95c in upper (s=0xbdf00 "tab.test") at ircaux.c:444
444                                     *s = toupper(*s);


Anybody has a patch to fix this or can provide any relevant useful information?

TIA.

-gdk.