From a82d8b489ca2c628dd51a16631dbcc57aa9836d4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 6 May 2023 20:58:54 +0100 Subject: not interested in what happens during LLVMFuzzerCustomMutator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit e.g. ==34359==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0xf83e3b4 in xmlParserPrintFileContextInternal /work/workdir/UnpackedTarball/libxml2/error.c:201:24 #1 0xf848d44 in xmlReportError /work/workdir/UnpackedTarball/libxml2/error.c:406:9 #2 0xf841166 in __xmlRaiseError /work/workdir/UnpackedTarball/libxml2/error.c:0 #3 0xf8755e0 in xmlFatalErrMsg /work/workdir/UnpackedTarball/libxml2/parser.c:602:5 #4 0xf8ed9a3 in xmlParseDocument /work/workdir/UnpackedTarball/libxml2/parser.c:10824:2 #5 0xf915b0e in xmlDoRead /work/workdir/UnpackedTarball/libxml2/parser.c:15175:5 #6 0xf9178fc in xmlCtxtReadMemory /work/workdir/UnpackedTarball/libxml2/parser.c:15452:13 #7 0x8d849f in LLVMFuzzerCustomMutator /src/libreoffice/vcl/workben/fodt2pdffuzzer.cxx:68:21 #8 0x83044a in MutateImpl /src/llvm-project/compiler-rt/lib/fuzzer/FuzzerMutate.cpp:550:22 Change-Id: I95c00d8ba0e4f9886ea6a03828cb2f065c6eff1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151454 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/sanitize-excludelist.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt index 1d4d7f841ee1..cc5ad5afa285 100644 --- a/bin/sanitize-excludelist.txt +++ b/bin/sanitize-excludelist.txt @@ -5,6 +5,7 @@ src:*/scaddins/source/analysis/analysis.cxx src:*/scaddins/source/analysis/financial.cxx [memory] fun:generate_hash_secret_salt +fun:LLVMFuzzerCustomMutator [signed-integer-overflow] fun:_cairo_* src:cairo*.c -- cgit