From owner-cvs-usrbin Tue Jul 2 10:09:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23034 for cvs-usrbin-outgoing; Tue, 2 Jul 1996 10:09:10 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23006; Tue, 2 Jul 1996 10:08:45 -0700 (PDT) Date: Tue, 2 Jul 1996 10:08:45 -0700 (PDT) From: Bruce Evans Message-Id: <199607021708.KAA23006@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/find function.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/02 10:08:44 Branch: usr.bin/find RELENG_2_1_0 Modified: usr.bin/find function.c Log: Brought in fix from rev.1.7: use strtoq() instead of strtol() to avoid overflows. Revision Changes Path 1.3.4.3 +4 -4 src/usr.bin/find/function.c