Date: Wed, 1 Mar 2006 05:24:15 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup proto.c Message-ID: <200603010524.k215OFoO001375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010524.k215OFoO001375>