fix invalid unsigned arithmetic.
Created by: ihsinme
your check is incorrect. since the variables are unsigned, it is equivalent to sizeof (outbuf) != zs.avail_out. so I suggest a simple fix for the error.
Created by: ihsinme
your check is incorrect. since the variables are unsigned, it is equivalent to sizeof (outbuf) != zs.avail_out. so I suggest a simple fix for the error.