Searched refs:overrun (Results 1 – 25 of 56) sorted by relevance
123
/external/valgrind/main/memcheck/tests/ |
D | match-overrun.vgtest | 1 prog: match-overrun 2 vgopts: -q --suppressions=match-overrun.supp
|
D | Makefile.am | 111 match-overrun.stderr.exp match-overrun.vgtest match-overrun.supp \ 226 match-overrun \
|
D | Makefile.in | 83 match-overrun$(EXEEXT) memalign_test$(EXEEXT) \ 268 match_overrun_SOURCES = match-overrun.c 269 match_overrun_OBJECTS = match-overrun.$(OBJEXT) 545 malloc_usable.c manuel1.c manuel2.c manuel3.c match-overrun.c \ 572 malloc_usable.c manuel1.c manuel2.c manuel3.c match-overrun.c \ 986 match-overrun.stderr.exp match-overrun.vgtest match-overrun.supp \ 1346 match-overrun$(EXEEXT): $(match_overrun_OBJECTS) $(match_overrun_DEPENDENCIES) 1347 @rm -f match-overrun$(EXEEXT) 1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match-overrun.Po@am__quote@
|
/external/kernel-headers/original/linux/ |
D | serial_core.h | 205 __u32 overrun; member 508 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument 512 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char() 519 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
|
/external/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 10 - fix buffer overrun risk in unzip.c (Xavier Roche)
|
/external/valgrind/main/ |
D | README | 26 three experimental tools: a heap/stack/global array overrun detector,
|
D | aix5libc.supp | 152 ## Buffer overrun in libc regexp stuff?
|
/external/tremolo/Tremolo/ |
D | bitwiseARM.s | 133 @ We had overrun when we started, so we need to skip -r10 bits. 373 @ We had overrun when we started, so we need to skip -r10 bits.
|
/external/iproute2/ |
D | ChangeLog | 97 * Fix buffer overrun in iproute because of bits vs. bytes confusion 146 * Fix array overrun in paretonormal
|
/external/kernel-headers/original/sound/ |
D | asound.h | 645 unsigned int overrun; /* count of read queue overruns */ member
|
/external/oprofile/libregex/ |
D | stl.pat.in | 28 # pointer is ugly but we can't add any grouping to not overrun 9 max group
|
/external/jpeg/ |
D | change.log | 205 suspend processing on source/sink buffer overrun, although this is not
|
D | libjpeg.doc | 420 * If you use a suspending data destination manager, output buffer overrun 1596 buffer overrun. (Note that this restriction applies only to compression, 1665 buffer overrun is placed on skip_input_data's shoulders, as explained above.
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 2210 int frame, overrun, parity, brk; member
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 533 overrun. (Coverity, fix by Pascal Terjan)
|
D | ChangeLog.pre-2-16 | 1276 * tests/base64-test.c: Fix a memory overrun.
|
/external/valgrind/main/docs/internals/ |
D | xml-output-protocol4.txt | 596 overrun of a stack or global array). The <auxwhat> blocks give
|
/external/iproute2/doc/ |
D | ip-cref.tex | 489 RX: bytes packets errors dropped overrun mcast 507 \item \verb|overrun| --- the total number of receiver overruns resulting 508 in dropped packets. As a rule, if the interface is overrun, it means 531 RX: bytes packets errors dropped overrun mcast
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 2933 ;; adjust if there will be an overrun. 2K max sector size 3084 ;; adjust if there will be an overrun. 2K max sector size 6466 ;; adjust if there will be an overrun 6606 ;; adjust if there will be an overrun
|
/external/tcpdump/ |
D | CHANGES | 316 Security fixes: buffer overrun audit done. Strcpy replaced with
|
/external/dropbear/libtomcrypt/ |
D | changes | 33 …-- David Eder caught a off by one overrun bug in pmac_done() which can be exploited if your output… 553 -- Fixed buffer overrun bug in pkcs_1_v15_es_decode() 1318 -- Fixed another bug that Svante Seleborg found. Basically you could buffer-overrun the
|
/external/libpng/ |
D | CHANGES | 769 overrun when old applications fill the info_ptr->text structure directly. 1224 Fixed memory overrun bug in png_do_read_filler() with 16-bit datastreams, 1236 Fixed potential overrun in pngerror.c by using strncpy instead of memcpy.
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 77 and hit first. Racing back, you see the place is overrun. You are almost
|
/external/pcre/ |
D | ChangeLog | 29 to overrun the end of the current line. If another match was found, it was 321 overrun had occurred. This is a "should never occur" error, but it can be 1294 caused an overrun. 3887 3. The erroneous regex a[]b caused an array overrun reference.
|
/external/zlib/ |
D | ChangeLog | 145 - Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
|
123