Searched refs:overflowed (Results 1 – 5 of 5) sorted by relevance
2 GH-16229 (Address overflowed in ext/mbstring/mbstring.c:4613 #16229)
2 GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c)
199 if (!overflowed && lengthleft < length) \202 overflowed = TRUE; \205 else if (overflowed) \234 BOOL overflowed = FALSE; in pcre2_substitute() local919 if (!overflowed && mcontext != NULL && mcontext->substitute_callout != NULL) in pcre2_substitute()973 if (overflowed) in pcre2_substitute()
2 Bug GH-14383 (DateTime::createFromTimestamp overflowed microseconds value)
326 . Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c).
Completed in 10 milliseconds