Assert 850 net/zlib.c Assert(strm->avail_out > 0, "bug2"); Assert 985 net/zlib.c Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); Assert 991 net/zlib.c Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); Assert 994 net/zlib.c Assert(cur_match < s->strstart, "no future"); Assert 1016 net/zlib.c Assert(scan[2] == match[2], "scan[2]?"); Assert 1027 net/zlib.c Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); Assert 1047 net/zlib.c Assert(*scan == *match, "match[2]?"); Assert 1059 net/zlib.c Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); Assert 1192 net/zlib.c Assert(more >= 2, "more < 2"); Assert 1441 net/zlib.c Assert (flush != Z_NO_FLUSH, "no flush?"); Assert 1641 net/zlib.c Assert(length > 0 && length <= 15, "invalid length"); Assert 1700 net/zlib.c Assert (length == 256, "ct_static_init: length != 256"); Assert 1715 net/zlib.c Assert (dist == 256, "ct_static_init: dist != 256"); Assert 1723 net/zlib.c Assert (dist == 256, "ct_static_init: 256+dist != 512"); Assert 1966 net/zlib.c Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, Assert 2148 net/zlib.c Assert(count >= 3 && count <= 6, " 3_6?"); Assert 2213 net/zlib.c Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); Assert 2214 net/zlib.c Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, Assert 2398 net/zlib.c Assert (s->compressed_len == s->bits_sent, "bad compressed size"); Assert 2429 net/zlib.c Assert((ush)dist < (ush)MAX_DIST(s) && Assert 2491 net/zlib.c Assert (code < D_CODES, "bad d_code"); Assert 2502 net/zlib.c Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow"); Assert 3514 net/zlib.c Assert(k < 16, "inflate_codes grabbed too many bytes") Assert 4000 net/zlib.c Assert(s == sizeof(inflate_huft) && n <= fixed_left, Assert 4013 net/zlib.c Assert(0, "inflate_trees ffree called!");