From owner-cvs-all Sun Apr 19 11:01:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03060 for cvs-all-outgoing; Sun, 19 Apr 1998 11:01:26 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 SAA03041; Sun, 19 Apr 1998 18:01:20 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22624; Sun, 19 Apr 1998 11:00:50 -0700 (PDT) Date: Sun, 19 Apr 1998 11:00:50 -0700 (PDT) Message-Id: <199804191800.LAA22624@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ctags print.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/04/19 11:00:50 PDT Modified files: usr.bin/ctags print.c Log: Ctags write to buffer beyond the end of it when the source file doesn't end with '\n'. It brings segmentation fault. PR: 4812 Reviewed by: phk Submitted by: Shigio Yamaguchi Revision Changes Path 1.2 +1 -1 src/usr.bin/ctags/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message