cvs commit: projects/csup proto.c

Maxime Henrion mux at FreeBSD.org
Tue Feb 28 21:24:39 PST 2006


mux         2006-03-01 05:24:15 UTC

  FreeBSD projects repository

  Modified files:
    csup                 proto.c 
  Log:
  In proto_get_int(), since strtol() returns a long, check that the
  returned value is no bigger than INT_MAX and no lesser than INT_MIN or
  return an error and set errno to ERANGE.
  
  Revision  Changes    Path
  1.86      +9 -2      projects/csup/proto.c


More information about the cvs-projects mailing list