Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/include/netinet/
A Dip.h16 unsigned int overflow : 4; member
18 unsigned int overflow : 4; member
/third_party/ulib/musl/
A DWHATSNEW267 - wcsncpy dest buffer overflow
392 - avoid fd_set overflow in dns lookups
482 - stack-based buffer overflow in fprintf on unbuffered files
954 - overflow handling for the clock function
972 - simple buffer overflow detection in free/realloc
1107 - buffer overflow in mbsrtowcs
1202 - possible runaway carry overflow in printf floating point
1260 - buffer overflow in dns response parsing (CVE-2014-3484)
1358 - buffer overflow in swab with odd argument
1462 - stack-based buffer overflow in inet_pton (CVE-2015-1817)
[all …]
/third_party/ulib/backtrace/
A Ddwarf.c638 int overflow; in read_uleb128() local
643 overflow = 0; in read_uleb128()
654 else if (!overflow) in read_uleb128()
657 overflow = 1; in read_uleb128()
673 int overflow; in read_sleb128() local
678 overflow = 0; in read_sleb128()
689 else if (!overflow) in read_sleb128()
692 overflow = 1; in read_sleb128()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in797 /* Large size class. Beware of overflow. */
808 /* size_t overflow. */
818 /* size_t overflow. */
/third_party/ulib/jemalloc/
A DChangeLog169 - Make *allocx() size class overflow behavior defined. The maximum
171 numerical overflow, and all allocation functions are guaranteed to indicate
455 - 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
A DMakefile.in209 $(srcroot)test/integration/overflow.c \
/third_party/ulib/jemalloc/src/
A Djemalloc.c1573 bool overflow = compute_size_with_overflow(dopts, &size); in imalloc_body() local
1574 if (unlikely(overflow)) { in imalloc_body()
/third_party/ulib/jemalloc/bin/
A Djeprof.in3693 sub overflow {
3739 $self->overflow();
/third_party/lib/acpica/
A Dchanges.txt2008 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