Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 59) sorted by path

123

/PHP-5.5/
H A DCODING_STANDARDS75 end of a request. They also provide useful allocation and overflow
H A DNEWS11 . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
12 . Fixed bug #72513 (Stack-based buffer overflow vulnerability in
64 overflow). (CVE-2016-5766) (Pierre)
67 in heap overflow). (CVE-2016-5767) (Pierre)
167 . Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
353 heap overflow). (CVE-2015-4643) (Max Spelsberg)
418 overflow). (CVE-2015-4022) (Stas)
628 buffer overflow). (Stas)
6875 overflow). (Fixes CVE-2008-2829) (Dmitry)
7209 - Fixed integer overflow in str[c]spn(). (Stas)
[all …]
H A DUPGRADING.INTERNALS42 ZEND_SEND* and ZEND_DO_FCALL* don't need to check for stack overflow
/PHP-5.5/Zend/tests/
H A Dbug34045.phpt2 Bug #34045 (Buffer overflow with serialized object)
H A Dgc_023.phpt2 GC 023: Root buffer overflow (automatic collection)
H A Dhex_overflow_32bit.phpt2 testing integer overflow (32bit)
H A Dint_overflow_32bit.phpt2 testing integer overflow (32bit)
H A Dint_overflow_64bit.phpt2 testing integer overflow (64bit)
H A Doct_overflow_32bit.phpt2 testing integer overflow (32bit)
/PHP-5.5/Zend/
H A Dzend_alloc.c433 int overflow; member
1117 heap->overflow = 0; in zend_mm_startup_ex()
1739 heap->overflow = 0; in zend_mm_shutdown()
1756 if (heap->overflow == 0) { in zend_mm_safe_error()
1773 heap->overflow = 1; in zend_mm_safe_error()
1784 if (heap->overflow == 2) { in zend_mm_safe_error()
1802 heap->overflow = 2; in zend_mm_safe_error()
2466 unsigned long overflow = 0; in safe_address() local
2474 if (UNEXPECTED(overflow)) { in safe_address()
2515 unsigned long overflow; in safe_address() local
[all …]
H A Dzend_operators.c927 long overflow; in mul_function() local
929 …ZEND_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1),Z_LVAL_P(op2), Z_LVAL_P(result),Z_DVAL_P(result),overflow); in mul_function()
930 Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; in mul_function()
H A Dzend_operators.h771 long overflow; in fast_mul_function() local
773 …D_SIGNED_MULTIPLY_LONG(Z_LVAL_P(op1), Z_LVAL_P(op2), Z_LVAL_P(result), Z_DVAL_P(result), overflow); in fast_mul_function()
774 Z_TYPE_P(result) = overflow ? IS_DOUBLE : IS_LONG; in fast_mul_function()
/PHP-5.5/build/
H A Dlibtool.m42986 # or program results in "error TOC overflow" add -mminimal-toc to
5677 # or program results in "error TOC overflow" add -mminimal-toc to
/PHP-5.5/ext/calendar/tests/
H A Dbug53574_1.phpt2 Bug #53574 (Integer overflow in SdnToJulian; leads to segfault)
H A Dbug53574_2.phpt2 Bug #53574 (Integer overflow in SdnToJulian; leads to segfault)
H A Dbug55797_1.phpt2 Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds)
H A Dbug55797_2.phpt2 Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds)
H A Djdtojewish64.phpt2 Bug #64895: Integer overflow in SndToJewish
/PHP-5.5/ext/date/tests/
H A Dstrtotime-mysql-64bit.phpt12 $d[] = '20800410101010'; // overflow..
H A Dstrtotime-mysql.phpt12 $d[] = '20800410101010'; // overflow..
/PHP-5.5/ext/exif/tests/
H A Dbug60150.phpt2 Bug #60150 (Integer overflow during the parsing of invalid exif header)
/PHP-5.5/ext/filter/tests/
H A D046.phpt2 Integer overflow
11 $overflow = "2147483648";
16 $overflow = "9223372036854775808";
33 test_validation($overflow, "overflow");
41 overflow filtered: bool(false)
42 overflow is_long: bool(false)
43 overflow equal: bool(false)
H A D047.phpt2 Octal integer overflow
H A D048.phpt2 Hex integer overflow
H A D050.phpt2 filter_var() and double overflow/underflow

Completed in 95 milliseconds

123