Date: Sat, 20 Apr 2002 19:32:02 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh session.c Message-ID: <20020420153202.GB6166@nagual.pp.ru> In-Reply-To: <xzp4ri6s8ih.fsf@flood.ping.uio.no> References: <200204200956.g3K9uAM11914@freefall.freebsd.org> <xzpadrys8ld.fsf@flood.ping.uio.no> <xzp4ri6s8ih.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 20, 2002 at 17:19:02 +0200, Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav <des@ofug.org> writes: > > "Andrey A. Chernov" <ache@FreeBSD.org> writes: > > > Log: > > > Fix TZ & TERM handling for use_login case of rev. 1.24 > > This patch is incorrect. It will cause a segmentation fault if TZ is > > not defined, which is the case for most people. Please back it out. > > Sorry, this comment applies to 1.24, and 1.26 fixes it. Your comment not applies even to 1.24 :-) if (getenv("TZ")) check present in all variants. What 1.24 (without 1.26) does is forget to set those variables for use_login case. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020420153202.GB6166>