From owner-cvs-lib Wed Oct 9 10:39:58 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14060 for cvs-lib-outgoing; Wed, 9 Oct 1996 10:39:58 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14001; Wed, 9 Oct 1996 10:39:41 -0700 (PDT) Date: Wed, 9 Oct 1996 10:39:41 -0700 (PDT) From: Garrett Wollman Message-Id: <199610091739.KAA14001@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime localtime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/10/09 10:39:39 Modified: lib/libc/stdtime localtime.c Log: Require that a timezone specified via the TZ envariable be a regular file (and not a directory or a device which might also be readable). Closes PR#1740. Revision Changes Path 1.10 +7 -1 src/lib/libc/stdtime/localtime.c