From owner-cvs-all Thu May 23 7:21: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9852E37B406; Thu, 23 May 2002 07:21:03 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4NEL3w30650; Thu, 23 May 2002 07:21:03 -0700 (PDT) (envelope-from robert) Message-Id: <200205231421.g4NEL3w30650@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 23 May 2002 07:21:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio mktemp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/05/23 07:21:02 PDT Modified files: lib/libc/stdio mktemp.c Log: Avoid wandering over the beginning of the actual buffer if the passed template string contains only 'X' characters. Submitted by: Mark Andrews (patch modified) PR: 38402 Revision Changes Path 1.25 +1 -1 src/lib/libc/stdio/mktemp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message