Lines Matching full:bug2
1928 static void bug2(void);
1935 bug2(); /* pre-flighting size incorrect caused by simple overflow */
2000 /* bug2: pre-flighting loop bug: simple overflow causes bug */
2001 static void bug2()
2034 /* bug2: size is 5, should be 10 */
2050 /* bug2: size is 5, should be 32 */
2065 /* bug2: size is 5, should be 12 */
2073 * you get bug3 in addition to bug2
2084 * first get the buggy size from bug2 then
2100 * bug2: size is 0x2805 (CHUNK_SIZE*2+5 - maybe 5 is the size of the overflow buffer
2128 * bug2 would lead us to expect 0x2805, but it isn't that either, it is 0x3c05: