cu42.c | 25 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len) function 47 do_cu42(malloc(1), 10, pattern2, 4); // complaint (2 bytes) 50 do_cu42(malloc(2), 10, pattern2, 4); // no complaint 53 do_cu42(malloc(1), 10, pattern4, 4); // complaint (4 bytes) 56 do_cu42(malloc(2), 10, pattern4, 4); // complaint (4 bytes) 59 do_cu42(malloc(3), 10, pattern4, 4); // complaint (4 bytes) 62 do_cu42(malloc(4), 10, pattern4, 4); // no complaint 72 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint 77 do_cu42(buf, sizeof buf, (void *)input, 4); // complaint 82 do_cu42(buf, sizeof buf, (void *)input, 4); // complain [all...] |