From owner-cvs-all@FreeBSD.ORG Sun Mar 20 09:14:12 2005 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 01E5C16A4CE; Sun, 20 Mar 2005 09:14:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8C743D2D; Sun, 20 Mar 2005 09:14:11 +0000 (GMT) (envelope-from danfe@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 j2K9EBUW094205; Sun, 20 Mar 2005 09:14:11 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2K9EBHX094204; Sun, 20 Mar 2005 09:14:11 GMT (envelope-from danfe) Message-Id: <200503200914.j2K9EBHX094204@repoman.freebsd.org> From: Alexey Dokuchaev Date: Sun, 20 Mar 2005 09:14:11 +0000 (UTC) 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, 20 Mar 2005 09:14:12 -0000 danfe 2005-03-20 09:14:11 UTC FreeBSD ports repository Modified files: devel/libexecinfo Makefile Added files: devel/libexecinfo/files patch-execinfo.c Log: libexecinfo was not correctly updating pointers after calls to realloc, this patch, written by Jay Freeman , fixes it. PR: ports/78972 Submitted by: Douglas Thrift Revision Changes Path 1.5 +1 -0 ports/devel/libexecinfo/Makefile 1.3 +45 -0 ports/devel/libexecinfo/files/patch-execinfo.c (new)