From owner-cvs-all Mon Aug 10 03:27:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17628 for cvs-all-outgoing; Mon, 10 Aug 1998 03:27:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17623; Mon, 10 Aug 1998 03:27:00 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14451; Mon, 10 Aug 1998 03:26:59 -0700 (PDT) Date: Mon, 10 Aug 1998 03:26:59 -0700 (PDT) Message-Id: <199808101026.DAA14451@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find operator.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/10 03:26:58 PDT Modified files: (Branch: RELENG_2_2) usr.bin/find operator.c Log: PR: 7522 Correct bug in the inverse operator optimisation code which caused segv on ! without a following expression. Revision Changes Path 1.2.6.2 +1 -1 src/usr.bin/find/operator.c