svn commit: r403242 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Mon Dec 7 23:07:05 UTC 2015


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>


More information about the svn-ports-head mailing list