bin/sanitize-excludelist.txt |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a82d8b489ca2c628dd51a16631dbcc57aa9836d4
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat May 6 20:58:54 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat May 6 22:01:02 2023 +0200

    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 <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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

Reply via email to