Home | History | Annotate | Download | only in cintltst

Lines Matching refs:bug2

1926 static void bug2(void);
1933 bug2(); /* pre-flighting size incorrect caused by simple overflow */
1998 /* bug2: pre-flighting loop bug: simple overflow causes bug */
1999 static void bug2()
2032 /* bug2: size is 5, should be 10 */
2048 /* bug2: size is 5, should be 32 */
2063 /* bug2: size is 5, should be 12 */
2071 * you get bug3 in addition to bug2
2082 * first get the buggy size from bug2 then
2098 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2126 * bug2 would lead us to expect 0x2805, but it isn't that either, it is 0x3c05: