]> granicus.if.org Git - php/commit
Fix for a regex bug that leads into an infinite loop due to optimization
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 08:01:14 +0000 (08:01 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 08:01:14 +0000 (08:01 +0000)
commit6e6732ae6a62869d9f56a5bcf18ac721865ef059
treeda9f5c30eff7737751f7757faacc159f898e2fa5
parent9c33e3d3ce6f537a039b33d638066245910b3282
Fix for a regex bug that leads into an infinite loop due to optimization
failure when the pattern is ".*" and both MULTILINE and SINGLELINE options are
specified.
# This bug was already squashed in HEAD, as it adopts an alternative
# implementation.
ext/mbstring/mbregex.c