![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch proposal.patch for Reproducible crash Bug #66060Patch version 2013-11-08 17:12 UTC Return to Bug #66060 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: remi@php.net--- ext/date/lib/parse_iso_intervals.re.old 2013-11-08 18:09:18.815549958 +0100 +++ ext/date/lib/parse_iso_intervals.re 2013-11-08 18:09:34.461608419 +0100 @@ -348,7 +348,7 @@ break; } ptr++; - } while (*ptr); + } while (!s->errors->error_count && *ptr); s->have_period = 1; TIMELIB_DEINIT; return TIMELIB_PERIOD; |
![]() All rights reserved. |
Last updated: Mon Mar 31 05:01:31 2025 UTC |