cvs commit: projects/csup proto.c

Maxime Henrion <[email protected]> Wed, 1 Mar 2006 05:24:15 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs.projects
Message-ID <200603010524.k215OFoO001375__26538.2228339606$1141192981$gmane$org@repoman.freebsd.org>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"