* Anton Alin-Adrian <[EMAIL PROTECTED]> [2004-04-24 21:27 +0300]: > tmp = (char *) malloc(strlen(s)); // line 68
Hmm, you need strlen(s)+1 bytes to store the string -- don't forget the trailing null byte. Nicolas _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"