mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Comment adjusted
This commit is contained in:
parent
f939c8254b
commit
aed3a94c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -2792,7 +2792,7 @@ bool check_inf_result(int cb_pos, int windowbits, unsigned less_than_skip) {
|
|||
case Z_OK:
|
||||
return true;
|
||||
case Z_STREAM_END:
|
||||
// Skip streams with decompressed length less than 32 bytes
|
||||
// Skip short streams - most likely false positives
|
||||
return (have >= less_than_skip);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue