]> git.ipfire.org Git - thirdparty/zstd.git/commit
[build] Fix oss-fuzz build with the dataflow sanitizer 2799/head
authorNick Terrell <terrelln@fb.com>
Thu, 23 Sep 2021 18:48:39 +0000 (11:48 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 23 Sep 2021 18:48:39 +0000 (11:48 -0700)
commitd7ef97a013b55d04121ed09a8db2457c005fee41
tree3cf40da52021de3a14ccdb48d75b1f1b283c5aeb
parente3feec74d37644ddd91749d0bcc12388d626f77b
[build] Fix oss-fuzz build with the dataflow sanitizer

The dataflow sanitizer requires all code to be instrumented. We can't
instrument the ASM function, so we have to disable it.
lib/common/compiler.h
lib/decompress/huf_decompress.c