stb_image.c | 2402 int hdist = zreceive(a,5) + 1; local in function:compute_huffman_codes 2413 while (n < hlit + hdist) { 2433 if (n != hlit+hdist) return e("bad codelengths","Corrupt PNG"); 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|