From owner-cvs-gnu Tue Sep 16 01:37:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA11536 for cvs-gnu-outgoing; Tue, 16 Sep 1997 01:37:55 -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 BAA11503; Tue, 16 Sep 1997 01:37:28 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA16216; Tue, 16 Sep 1997 01:33:53 -0700 (PDT) Date: Tue, 16 Sep 1997 01:33:53 -0700 (PDT) Message-Id: <199709160833.BAA16216@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/perl util.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/09/16 01:33:53 PDT Modified files: gnu/usr.bin/perl/perl util.c Log: Sigh, there's always one more buffer overflow. :-( This one hinted to by the recently posted exploit (although not exploited by it). Revision Changes Path 1.3 +12 -5 src/gnu/usr.bin/perl/perl/util.c