``` function lzfx_decompress code line 244: if(olen != 0) return LZFX_EARGS; must be if(*olen != 0) return LZFX_EARGS; ``` Original issue reported on code.google.com by `istar...@gmail.com` on 16 Oct 2011 at 1:25
Original issue reported on code.google.com by
istar...@gmail.comon 16 Oct 2011 at 1:25