Code segments like like below are causing these problems:
char command[156]="exec ";
strcat(command, bpath);
xchat_command( ph, command );
g_free(command);-- xchat-xsys crash https://launchpad.net/bugs/49640 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
