Commit: 424be3254ec9b4e5a505141c99272a7ca09462ad Author: Lior Kaplan <[email protected]> Wed, 1 Apr 2015 18:10:23 +0300 Parents: 99ffe8692a23c239d4417003955b41f5ff55b4e6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=424be3254ec9b4e5a505141c99272a7ca09462ad 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
