]> granicus.if.org Git - php/commitdiff
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
authorGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 18 Nov 2010 04:14:49 +0000 (04:14 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 18 Nov 2010 04:14:49 +0000 (04:14 +0000)
  had a flex incompatible encoding and there was no converter.
#see rev #305464 and rev #305466.

NEWS

diff --git a/NEWS b/NEWS
index bd2ac98bb742c32367952d7b23192f5d8ad78d0f..a4aed4135d5aaf83f1a608ea2b9c2bfd563c24ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,8 @@
 - Fixed covariance of return-by-ref constraints. (Etienne)
 - Fixed the filter extension accepting IPv4 octets with a leading 0 as that
   belongs to the unsupported "dotted octal" representation. (Gustavo)
+- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
+  had a flex incompatible encoding and there was no converter. (Gustavo)
 
 - Fixed bug #53335 (pdo_firebird did not implement rowCount()).
   (preeves at ibphoenix dot com)