"Debarshi 'Rishi' Ray" <[EMAIL PROTECTED]> writes: > 1. Use of MAXLINE instead of sizeof (char) while comparing string > lengths and in fgets, and using sizeof (char) in realloc to avoid > assuming single-byte characters.
Have you considered using getline instead of fgets? /Simon _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
