From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 6 08:50:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A625716A4CF for ; Wed, 6 Oct 2004 08:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9954143D1D for ; Wed, 6 Oct 2004 08:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i968oP1P024699 for ; Wed, 6 Oct 2004 08:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i968oPo6024698; Wed, 6 Oct 2004 08:50:25 GMT (envelope-from gnats) Date: Wed, 6 Oct 2004 08:50:25 GMT Message-Id: <200410060850.i968oPo6024698@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Chris Gabe Subject: Re: bin/72366: syslog overflow fix X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Gabe List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 08:50:25 -0000 The following reply was made to PR bin/72366; it has been noted by GNATS. From: Chris Gabe To: freebsd-gnats-submit@FreeBSD.org, Chris Gabe Cc: Subject: Re: bin/72366: syslog overflow fix Date: Wed, 6 Oct 2004 04:46:29 -0400 In my original description of how to reproduce, I didn't mention that the syslog lines should include a loop counter to avoid the telescoping of repeated lines. Here is a test program: #include main(argc, argv) int argc; char **argv; { char *name; int i, maxi; maxi = atoi(argv[1]); name = (char *)strdup(argv[2]); for (i=0; i