Commit:    af936e66c9a97b6b80842722d274158944d9be3b
Author:    Lior Kaplan <[email protected]>         Wed, 1 Apr 2015 18:10:23 
+0300
Parents:   ea216b472823654179bf7e671ac8503db09303f3
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=af936e66c9a97b6b80842722d274158944d9be3b

Log:
Fix typo: unitialized -> uninitialized

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 2dbfc06..68b814d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -406,7 +406,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(68799); ?> (Free called on unitialized pointer). 
(CVE-2015-0232)</li>
+  <li><?php bugfix(68799); ?> (Free called on uninitialized pointer). 
(CVE-2015-0232)</li>
 </ul></li>
 <li>Fileinfo:
 <ul>
@@ -507,7 +507,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(68799); ?> (Free called on unitialized pointer). 
(CVE-2015-0232)</li>
+  <li><?php bugfix(68799); ?> (Free called on uninitialized pointer). 
(CVE-2015-0232)</li>
 </ul></li>
 <li>Fileinfo:
 <ul>
@@ -593,7 +593,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>EXIF:
 <ul>
-  <li><?php bugfix(68799); ?> (Free called on unitialized pointer). 
(CVE-2015-0232)</li>
+  <li><?php bugfix(68799); ?> (Free called on uninitialized pointer). 
(CVE-2015-0232)</li>
 </ul></li>
 <li>Fileinfo:
 <ul>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to