cvs commit: projects/csup config.c main.c misc.c misc.h proto.c
Maxime Henrion <[email protected]> Tue, 7 Mar 2006 01:43:02 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"