You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breakpoint 4, match (mask=0x687c22 "*@CPE-121-218-163-123.lnse4.cht.bigpond.net.au", string=0x69ce72 "") at irc_string.c:483
note string is empty
483 const char *m = mask, *s = string;
at the end of the function:
(gdb) print s
$21 = 0x69ce76 ""
it's gone and dereferenced it 3 times over the end of the buffer
to fix: replace match with that from ircd
The text was updated successfully, but these errors were encountered: