Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-5.5/main/
H A Dalloca.c292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/PHP-5.5/Zend/
H A Dzend_alloc.c1496 int overflows=0; in zend_mm_check_ptr() local
1507 overflows++; in zend_mm_check_ptr()
1513 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1516 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
1526 int overflows=0; in zend_mm_check_ptr() local
1537 overflows++; in zend_mm_check_ptr()
1544 if (overflows >= END_MAGIC_SIZE) { in zend_mm_check_ptr()
1547 zend_debug_alloc_output("%d byte(s) overflown\n", overflows); in zend_mm_check_ptr()
/PHP-5.5/
H A DNEWS74 . Fixed bug #72455 (Heap Overflow due to integer overflows). (CVE-2016-5769)
4940 - Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
4942 - Fixed possible buffer overflows when handling error packets in mysqlnd.
5125 - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
7074 - Fixed possible triggering of buffer overflows inside glibc
7205 - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog434 caused segmentation faults because of stack overflows at compile time.
1780 (e) If a line being scanned overflows pcregrep's buffer, an error is now
2167 8. In pcre_compile() there are some checks for integer overflows that used to
3080 16. Inserted checks for integer overflows during escape sequence (backslash)

Completed in 54 milliseconds