Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-5.3/main/
H A Dalloca.c292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/PHP-5.3/Zend/
H A Dzend_alloc.c1469 int overflows=0; in zend_mm_check_ptr() local
1480 overflows++; in zend_mm_check_ptr()
1486 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1489 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
1499 int overflows=0; in zend_mm_check_ptr() local
1510 overflows++; in zend_mm_check_ptr()
1517 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1520 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
/PHP-5.3/
H A DNEWS1890 - Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
1892 - Fixed possible buffer overflows when handling error packets in mysqlnd.
2075 - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
4024 - Fixed possible triggering of buffer overflows inside glibc
4155 - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog844 (e) If a line being scanned overflows pcregrep's buffer, an error is now
1231 8. In pcre_compile() there are some checks for integer overflows that used to
2143 16. Inserted checks for integer overflows during escape sequence (backslash)

Completed in 63 milliseconds