From owner-cvs-src@FreeBSD.ORG Thu Apr 21 12:47:08 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 903CB16A4CE; Thu, 21 Apr 2005 12:47:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6210743D46; Thu, 21 Apr 2005 12:47:08 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3LCl8i9011296; Thu, 21 Apr 2005 12:47:08 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3LCl8bM011280; Thu, 21 Apr 2005 12:47:08 GMT (envelope-from kan) Message-Id: <200504211247.j3LCl8bM011280@repoman.freebsd.org> From: Alexander Kabaev Date: Thu, 21 Apr 2005 12:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/sys cerror.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 12:47:08 -0000 kan 2005-04-21 12:47:08 UTC FreeBSD src repository Modified files: lib/libc/amd64/sys cerror.S Log: Do not try to store 64 bits into 32 bit errno variable. With the changed libc data layout, this was corrupting _PathLocale variable leading to programs dumping core in non-default locales. Revision Changes Path 1.14 +1 -1 src/lib/libc/amd64/sys/cerror.S