From owner-cvs-all@FreeBSD.ORG Tue Aug 12 08:27:03 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 2510137B401; Tue, 12 Aug 2003 08:27:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C7443FA3; Tue, 12 Aug 2003 08:27:02 -0700 (PDT) (envelope-from kan@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 h7CFR20U055091; Tue, 12 Aug 2003 08:27:02 -0700 (PDT) (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7CFR2iC055090; Tue, 12 Aug 2003 08:27:02 -0700 (PDT) Message-Id: <200308121527.h7CFR2iC055090@repoman.freebsd.org> From: Alexander Kabaev Date: Tue, 12 Aug 2003 08:27:02 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/a2ps-letter/files patch-intl-localealias.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: Tue, 12 Aug 2003 15:27:03 -0000 kan 2003/08/12 08:27:02 PDT FreeBSD ports repository Modified files: print/a2ps-letter/files patch-intl-localealias.c Log: Properly fix the a2ps crash within included gettext. Map pointers should be recalculated if realloc moves the memory block they used to point to. Revision Changes Path 1.2 +18 -17 ports/print/a2ps-letter/files/patch-intl-localealias.c