From owner-cvs-all@FreeBSD.ORG Sun Aug 10 09:47:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B7237B401; Sun, 10 Aug 2003 09:47:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA51043FB1; Sun, 10 Aug 2003 09:47:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7AGl30U040450; Sun, 10 Aug 2003 09:47:03 -0700 (PDT) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7AGl3HN040449; Sun, 10 Aug 2003 09:47:03 -0700 (PDT) Message-Id: <200308101647.h7AGl3HN040449@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 10 Aug 2003 09:47:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libexecinfo Makefileports/devel/libexecinfo/files patch-execinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 16:47:04 -0000 sobomax 2003/08/10 09:47:03 PDT FreeBSD ports repository Modified files: devel/libexecinfo Makefile Added files: devel/libexecinfo/files patch-execinfo.c Log: Don't rely only on stack frame being 0 when bottom of stack reached, but check return address as well. It is necessary for avoiding crash when FreeBSD threads are used. Revision Changes Path 1.3 +1 -1 ports/devel/libexecinfo/Makefile 1.1 +18 -0 ports/devel/libexecinfo/files/patch-execinfo.c (new)