From owner-cvs-all@FreeBSD.ORG Thu Oct 5 16:14:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 733C916A5C4; Thu, 5 Oct 2006 16:14:16 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB3943D62; Thu, 5 Oct 2006 16:14:15 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k95GEEYq028916; Thu, 5 Oct 2006 16:14:14 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k95GEExi028915; Thu, 5 Oct 2006 16:14:14 GMT (envelope-from jylefort) Message-Id: <200610051614.k95GEExi028915@repoman.freebsd.org> From: Jean-Yves Lefort Date: Thu, 5 Oct 2006 16:14:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files extra-patch-glib_gunicollate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 05 Oct 2006 16:14:16 -0000 jylefort 2006-10-05 16:14:14 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile devel/glib20/files extra-patch-glib_gunicollate.c Log: - Remove the ICU crash workaround and really fix the issue. If resultLength is smaller than the length needed to store the collation key, ucol_getSortKey() sometimes does not obey resultLength and overflows the result buffer... - Plug a memory leak in the icu patch. Revision Changes Path 1.128 +0 -1 ports/devel/glib20/Makefile 1.2 +3 -3 ports/devel/glib20/files/extra-patch-glib_gunicollate.c