mirror of https://github.com/madler/zlib.git
Though it does not matter for code correctness, clang's UBSan injects code that complains about computing a pointer from an array where the result is out-of-bounds for that array, even though the pointer is never dereferenced. Go figure. This commit avoids that possibility when computing distcode in inflateCopy().pull/936/merge
parent
2968a496d9
commit
f7d01aae6e
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue