Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 23:07:04 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403242 - head/security/vuxml
Message-ID:  <201512072307.tB7N74rf020943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Mon Dec  7 23:07:04 2015
New Revision: 403242
URL: https://svnweb.freebsd.org/changeset/ports/403242

Log:
  Wrap earlier libraw entries at 80 characters

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec  7 23:04:17 2015	(r403241)
+++ head/security/vuxml/vuln.xml	Mon Dec  7 23:07:04 2015	(r403242)
@@ -103,8 +103,12 @@ Notes:
       <body xmlns="http://www.w3.org/1999/xhtml">;
 	<p>ChenQin reports:</p>
 	<blockquote cite="http://seclists.org/fulldisclosure/2015/Nov/108">;
-	  <p>The LibRaw raw image decoder has multiple vulnerabilities that can cause memory errors which may lead to code execution or other problems.</p>
-	  <p>In CVE-2015-8367, LibRaw's phase_one_correct function does not handle memory initialization correctly, which may cause other problems.</p>
+	  <p>The LibRaw raw image decoder has multiple vulnerabilities that can
+	    cause memory errors which may lead to code execution or other
+	    problems.</p>
+	  <p>In CVE-2015-8367, LibRaw's phase_one_correct function does not
+	    handle memory initialization correctly, which may cause other
+	    problems.</p>
 	</blockquote>
       </body>
     </description>
@@ -132,8 +136,11 @@ Notes:
       <body xmlns="http://www.w3.org/1999/xhtml">;
 	<p>ChenQin reports:</p>
 	<blockquote cite="http://seclists.org/fulldisclosure/2015/Nov/108">;
-	  <p>The LibRaw raw image decoder has multiple vulnerabilities that can cause memory errors which may lead to code execution or other problems.</p>
-	  <p>In CVE-2015-8366, LibRaw's smal_decode_segment function does not handle indexes carefully, which can cause an index overflow.</p>
+	  <p>The LibRaw raw image decoder has multiple vulnerabilities that can
+	    cause memory errors which may lead to code execution or other
+	    problems.</p>
+	  <p>In CVE-2015-8366, LibRaw's smal_decode_segment function does not
+	    handle indexes carefully, which can cause an index overflow.</p>
 	</blockquote>
       </body>
     </description>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512072307.tB7N74rf020943>