aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/dct_fuzzer.cc
AgeCommit message (Collapse)Author
2020-10-22Handle jpeg library fuzz false positivesJay Berkenbilt
The jpeg library has some assembly code that is missed by the compiler instrumentation used by memory sanitization. There is a runtime environment variable that is used to work around this issue.
2019-06-23Add fuzzers to exercise specific pipeline classesJay Berkenbilt