[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question about ircII 2.8.2/4.4
- To: ircd-users@xxxxxxxxxxx
- Subject: question about ircII 2.8.2/4.4
- From: George Daflidis-Kotsis <gdk@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 2 Dec 1998 16:24:54 +0200 (EET)
- Delivered-to: ircd-users-out@irc.org
- Delivered-to: ircd-users@irc.org
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.