19/04/2019 12:57, Jozwiak, TomaszX: > > What is supposed to be "i"? > > It is initialized at 0 and never touched. > > > It's touched inside test_deflate_comp_decomp function.
What do you mean? It's a local variable and its address is referenced: int_data.buf_idx = &i; It looks really wrong. Another error is seen in FreeBSD. Should I totally revert this patch?