Suppress MSAN detections in deflate's slide_hash().

slide_hash() knowingly reads potentially uninitialized memory, see
comment lower down about prev[n] potentially being garbage. In
this case, the result is never used.
1 file changed