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