mux 2006-03-07 01:43:02 UTC FreeBSD projects repository
Modified files: csup config.c main.c misc.c misc.h proto.c Log: - Extract the logic for using strtol() safely from proto_get_int() and make it available through a new asciitoint() function. - Convert many strtol() consumers to asciitoint(). - Correctly check the server port supplied through command line. Revision Changes Path 1.53 +5 -4 projects/csup/config.c 1.38 +17 -12 projects/csup/main.c 1.30 +20 -1 projects/csup/misc.c 1.27 +2 -1 projects/csup/misc.h 1.88 +5 -14 projects/csup/proto.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"