From owner-cvs-usrbin Fri Oct 3 18:04:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA24573 for cvs-usrbin-outgoing; Fri, 3 Oct 1997 18:04:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA24522; Fri, 3 Oct 1997 18:03:31 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA06057; Fri, 3 Oct 1997 18:03:30 -0700 (PDT) Date: Fri, 3 Oct 1997 18:03:30 -0700 (PDT) Message-Id: <199710040103.SAA06057@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/file ascmagic.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/10/03 18:03:29 PDT Modified files: usr.bin/file ascmagic.c Log: Check for invalid lower controls to not claim binary data with chars < 128 as ASCII _text_ Cleanup names detection code Revision Changes Path 1.8 +11 -8 src/usr.bin/file/ascmagic.c