cvs commit: projects/csup config.c main.c misc.c misc.h proto.c

Maxime Henrion mux at FreeBSD.org
Mon Mar 6 17:43:04 PST 2006


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


More information about the cvs-all mailing list