diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-05-06 20:58:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-05-06 22:01:02 +0200 |
commit | a82d8b489ca2c628dd51a16631dbcc57aa9836d4 (patch) | |
tree | 8533d97db52889a09cceb63e625b21cf321887aa /bin | |
parent | 31a95393e69dbf1b200e323d25182c8b381ddce8 (diff) |
not interested in what happens during LLVMFuzzerCustomMutator
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 <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sanitize-excludelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |