]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix #1861: Restrict overlapLog Parameter When Not Built With Multithreading 1873/head
authorW. Felix Handte <w@felixhandte.com>
Wed, 6 Nov 2019 21:05:02 +0000 (16:05 -0500)
committerW. Felix Handte <w@felixhandte.com>
Wed, 6 Nov 2019 21:05:02 +0000 (16:05 -0500)
commitc13f81905a3241dcef5ec9273eb5dfb326e83beb
treea685aead315479a1a9364483f006e302d3da0f4f
parent73f8905b83e3575c12a380b9f2385b7f23fe779d
Fix #1861: Restrict overlapLog Parameter When Not Built With Multithreading

This parameter is unused in single-threaded compression. We should make it
behave like the other multithread-only parameters, for which we only accept
zero when we are not built with multithreading.
lib/compress/zstd_compress.c