From owner-cvs-all@FreeBSD.ORG Sun Oct 17 21:08:40 2004 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 A285216A4CE; Sun, 17 Oct 2004 21:08:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D6D43D39; Sun, 17 Oct 2004 21:08:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9HL8eo6024905; Sun, 17 Oct 2004 21:08:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9HL8eoM024904; Sun, 17 Oct 2004 21:08:40 GMT (envelope-from marcus) Message-Id: <200410172108.i9HL8eoM024904@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 17 Oct 2004 21:08:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gdk-pixbuf Makefile ports/graphics/gdk-pixbuf/files patch-pixbuf-security 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, 17 Oct 2004 21:08:40 -0000 marcus 2004-10-17 21:08:40 UTC FreeBSD ports repository Modified files: graphics/gdk-pixbuf Makefile graphics/gdk-pixbuf/files patch-pixbuf-security Log: Glib 1.2 did not have a g_try_malloc() function, so use g_malloc() instead. Since a g_malloc() failure will abort the running application, we no longer need to check the result. PR: 72775 Revision Changes Path 1.43 +1 -1 ports/graphics/gdk-pixbuf/Makefile 1.2 +5 -17 ports/graphics/gdk-pixbuf/files/patch-pixbuf-security