Home
last modified time | relevance | path

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

/PHP-5.4/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-5.4/main/
H A Dalloca.c292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/PHP-5.4/Zend/
H A Dzend_alloc.c1492 int overflows=0; in zend_mm_check_ptr() local
1503 overflows++; in zend_mm_check_ptr()
1509 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1512 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
1522 int overflows=0; in zend_mm_check_ptr() local
1533 overflows++; in zend_mm_check_ptr()
1540 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1543 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog258 caused segmentation faults because of stack overflows at compile time.
1604 (e) If a line being scanned overflows pcregrep's buffer, an error is now
1991 8. In pcre_compile() there are some checks for integer overflows that used to
2904 16. Inserted checks for integer overflows during escape sequence (backslash)
/PHP-5.4/
H A DNEWS3751 - Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
3753 - Fixed possible buffer overflows when handling error packets in mysqlnd.
3936 - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
5885 - Fixed possible triggering of buffer overflows inside glibc
6016 - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),

Completed in 76 milliseconds