Searched refs:overflow (Results 1 – 9 of 9) sorted by relevance
16 unsigned int overflow : 4; member18 unsigned int overflow : 4; member
267 - wcsncpy dest buffer overflow392 - avoid fd_set overflow in dns lookups482 - stack-based buffer overflow in fprintf on unbuffered files954 - overflow handling for the clock function972 - simple buffer overflow detection in free/realloc1107 - buffer overflow in mbsrtowcs1202 - possible runaway carry overflow in printf floating point1260 - buffer overflow in dns response parsing (CVE-2014-3484)1358 - buffer overflow in swab with odd argument1462 - stack-based buffer overflow in inet_pton (CVE-2015-1817)[all …]
638 int overflow; in read_uleb128() local643 overflow = 0; in read_uleb128()654 else if (!overflow) in read_uleb128()657 overflow = 1; in read_uleb128()673 int overflow; in read_sleb128() local678 overflow = 0; in read_sleb128()689 else if (!overflow) in read_sleb128()692 overflow = 1; in read_sleb128()
797 /* Large size class. Beware of overflow. */808 /* size_t overflow. */818 /* size_t overflow. */
169 - Make *allocx() size class overflow behavior defined. The maximum171 numerical overflow, and all allocation functions are guaranteed to indicate455 - Fix size class overflow handling for malloc(), posix_memalign(), memalign(),507 - Fix/remove flawed alignment-related overflow tests.833 + Fix memory corruption due to integer overflow in small region index
209 $(srcroot)test/integration/overflow.c \
1573 bool overflow = compute_size_with_overflow(dopts, &size); in imalloc_body() local1574 if (unlikely(overflow)) { in imalloc_body()
3693 sub overflow {3739 $self->overflow();
2008 Debugger: Prevent possible command line buffer overflow. Increase the 2009 size of a couple of the debugger line buffers, and ensure that overflow 2851 Fixed a potential filename buffer overflow in osunixdir.c. Increased the 3251 ACPI Tables: Added a new error message for a possible overflow failure 4672 execution, including the buffer overflow case.7179 a buffer overflow and/or confusing the caller who expected a fixed number 9350 Fixed a problem where a CPU stack overflow fault could occur if a 9440 buffer overflow could occur for small resource templates.9560 for both Buffer and Package objects where the parse stack could overflow.9574 stack overflow.[all …]
Completed in 42 milliseconds