From owner-svn-ports-branches@FreeBSD.ORG Sun Mar 9 21:38:54 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1383CFC1; Sun, 9 Mar 2014 21:38:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F41848EC; Sun, 9 Mar 2014 21:38:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29LcreQ068750; Sun, 9 Mar 2014 21:38:53 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29LcrQR068749; Sun, 9 Mar 2014 21:38:53 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201403092138.s29LcrQR068749@svn.freebsd.org> From: Remko Lodder Date: Sun, 9 Mar 2014 21:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r347694 - branches/2014Q1/security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 21:38:54 -0000 Author: remko (src,doc committer) Date: Sun Mar 9 21:38:53 2014 New Revision: 347694 URL: http://svnweb.freebsd.org/changeset/ports/347694 QAT: https://qat.redports.org/buildarchive/r347694/ Log: MFH: r347684 Properly indent the last entry. Discussed with: kwm Approved by: portmgr(erwin) Modified: branches/2014Q1/security/vuxml/vuln.xml Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q1/security/vuxml/vuln.xml Sun Mar 9 21:37:59 2014 (r347693) +++ branches/2014Q1/security/vuxml/vuln.xml Sun Mar 9 21:38:53 2014 (r347694) @@ -63,11 +63,12 @@ Note: Please add new entries to the beg

Mateusz Jurczyk reports:

-

Out of bounds stack-based read/write in cf2_hintmap_build. - This is a critical vulnerability in the CFF Rasterizer code - recently contributed by Adobe, leading to potential arbitrary - code execution in the context of the FreeType2 library client. -

+

Out of bounds stack-based read/write in + cf2_hintmap_build.

+

This is a critical vulnerability in the CFF Rasterizer + code recently contributed by Adobe, leading to potential + arbitrary code execution in the context of the FreeType2 + library client.