[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2023-05-06 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a82d8b489ca2c628dd51a16631dbcc57aa9836d4
Author: Caolán McNamara 
AuthorDate: Sat May 6 20:58:54 2023 +0100
Commit: Caolán McNamara 
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 
Reviewed-by: Caolán McNamara 

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


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2023-03-09 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit bef33a6c59df9943a0453b20237e53d4794e9304
Author: Caolán McNamara 
AuthorDate: Thu Mar 9 10:03:06 2023 +
Commit: Caolán McNamara 
CommitDate: Thu Mar 9 10:49:01 2023 +

ofz#56818 Integer-overflow

Change-Id: I4be620619e407be132b92f4ce82b7a26dbc34406
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148531
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 259497f2f246..1d4d7f841ee1 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -14,6 +14,7 @@ src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx
 src:*/tools/source/generic/poly.cxx
 src:*/vcl/source/outdev/map.cxx
+src:*/vcl/source/outdev/text.cxx
 [vptr]
 fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE
 src:*/include/com/sun/star/uno/Reference.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-11-19 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit b72cf572bbf330bee411806c65c5bc2ff093a938
Author: Caolán McNamara 
AuthorDate: Sat Nov 19 10:01:31 2022 +
Commit: Caolán McNamara 
CommitDate: Sat Nov 19 11:06:00 2022 +0100

ofz#53547 integer-overflow in poly is a lost cause I feel

Change-Id: I3a8f67244ec8cf3d6c6abe9641c1d70f385567e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142959
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 0ed5b20a1575..259497f2f246 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -12,6 +12,7 @@ src:cairo*.h
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx
+src:*/tools/source/generic/poly.cxx
 src:*/vcl/source/outdev/map.cxx
 [vptr]
 fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-04-08 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3bf4925903cadb011bedaabb3cf18fde65bcf61a
Author: Caolán McNamara 
AuthorDate: Fri Apr 8 13:01:03 2022 +0100
Commit: Caolán McNamara 
CommitDate: Fri Apr 8 15:36:48 2022 +0200

ofz#46162 and ofz#46287 Integer overflow

Change-Id: I58bc9aadab1765e8ce4bc8e6e631cd72b853f9b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132731
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index ba4e1c8d4d71..0ed5b20a1575 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -12,6 +12,7 @@ src:cairo*.h
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx
+src:*/vcl/source/outdev/map.cxx
 [vptr]
 fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE
 src:*/include/com/sun/star/uno/Reference.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-16 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit f7aeeb2e1a9b90b538a3715c5b73abe52ce7ee68
Author: Caolán McNamara 
AuthorDate: Wed Mar 16 21:32:54 2022 +
Commit: Caolán McNamara 
CommitDate: Wed Mar 16 22:34:10 2022 +0100

ofz#45581 and ofz#45574 suppress Integer-overflow

Change-Id: Ia32f0ae42e4ac45681749e25d95f3c84359396d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131683
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 60c1f57cb0ec..ba4e1c8d4d71 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,6 +6,7 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
+fun:_cairo_*
 src:cairo*.c
 src:cairo*.h
 src:*/boost/boost/rational.hpp


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-15 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 17da4c1e998bd626410d498d39c7a8198d0d4c7a
Author: Caolán McNamara 
AuthorDate: Tue Mar 15 09:09:57 2022 +
Commit: Caolán McNamara 
CommitDate: Tue Mar 15 16:39:00 2022 +0100

ofz#45574 suppress Integer-overflow

Change-Id: I869a88964540538c7ccb2d91e80ea5095dd31367
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131612
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index ff7c71a0ac49..60c1f57cb0ec 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -7,6 +7,7 @@ src:*/scaddins/source/analysis/financial.cxx
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
 src:cairo*.c
+src:cairo*.h
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-13 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 -
 1 file changed, 1 deletion(-)

New commits:
commit b8bb44132f859c7f65d4be8740ae86af943cfc8f
Author: Caolán McNamara 
AuthorDate: Sun Mar 13 13:42:57 2022 +
Commit: Caolán McNamara 
CommitDate: Sun Mar 13 20:06:48 2022 +0100

don't need this exclude entry anymore

Change-Id: Ifb9f611dfb5751af40c8d8ec5f967e0ec535ae60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131502
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 44f26b508efb..ff7c71a0ac49 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,7 +6,6 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
-fun:_cairo_*
 src:cairo*.c
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-12 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 996315f70a1611ad2655ef8bf25a09db888f96a8
Author: Caolán McNamara 
AuthorDate: Sat Mar 12 14:31:59 2022 +
Commit: Caolán McNamara 
CommitDate: Sat Mar 12 15:48:29 2022 +0100

ofz#45501 and ofz#45503 Integer-overflow

Change-Id: I20576860dc20900589d13c43a98af91c5fd0fff9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131443
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 528fe51045e9..44f26b508efb 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -7,6 +7,7 @@ src:*/scaddins/source/analysis/financial.cxx
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
 fun:_cairo_*
+src:cairo*.c
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-10 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05d4126637ad3af256b3048ec9dc7e08c2f1a0d6
Author: Caolán McNamara 
AuthorDate: Thu Mar 10 20:29:26 2022 +
Commit: Caolán McNamara 
CommitDate: Thu Mar 10 21:30:32 2022 +0100

ofz#45344 and ofz#45392 suppress Integer-overflow

Change-Id: I775a5f3c12e784d2716f14fff15a65a669f0ce15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131328
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 0e26870b2188..528fe51045e9 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,10 +6,10 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
+fun:_cairo_*
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx
-src:*/workdir/UnpackedTarball/cairo/src/*
 [vptr]
 fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE
 src:*/include/com/sun/star/uno/Reference.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-07 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 08eb43d3e7f53077041d04c3021da3e244226f8f
Author: Caolán McNamara 
AuthorDate: Mon Mar 7 09:58:48 2022 +
Commit: Caolán McNamara 
CommitDate: Mon Mar 7 10:59:58 2022 +0100

ofz#45323 suppress Integer-overflow

Change-Id: I22f9e2cd04d152e28cf91a4d474e46b83f85c952
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131099
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index dae220ab7150..a3887d671f02 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,11 +6,10 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
-fun:_cairo_path_fixed_rel_line_to
-fun:_cairo_slope_init
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx
+src:*/workdir/UnpackedTarball/cairo/src/*.c
 [vptr]
 fun:_ZN4cppu14throwExceptionERKN3com3sun4star3uno3AnyE
 src:*/include/com/sun/star/uno/Reference.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-06 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e0cc2e1b775993ae559494bf373451f1cc326dfc
Author: Caolán McNamara 
AuthorDate: Sun Mar 6 17:51:59 2022 +
Commit: Caolán McNamara 
CommitDate: Sun Mar 6 20:33:01 2022 +0100

ofz#45271 suppress Integer-overflow

Change-Id: I8611f340e6fde049f209627e46f8ca0e100b9b6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131083
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index 74ca919064c1..dae220ab7150 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,6 +6,7 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
+fun:_cairo_path_fixed_rel_line_to
 fun:_cairo_slope_init
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2022-03-06 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 673369abe3250ee91a3f724084ecd070f752
Author: Caolán McNamara 
AuthorDate: Sun Mar 6 16:01:58 2022 +
Commit: Caolán McNamara 
CommitDate: Sun Mar 6 18:30:58 2022 +0100

ofz#45237 suppress Integer-overflow

Change-Id: I44496ae9428a75a6a08633e5ec31a754522ef1d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131081
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index f1c69e43935a..74ca919064c1 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -6,6 +6,7 @@ src:*/scaddins/source/analysis/financial.cxx
 [memory]
 fun:generate_hash_secret_salt
 [signed-integer-overflow]
+fun:_cairo_slope_init
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx
 src:*/tools/source/generic/gen.cxx


[Libreoffice-commits] core.git: bin/sanitize-excludelist.txt

2021-08-19 Thread Caolán McNamara (via logerrit)
 bin/sanitize-excludelist.txt |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 741f615268462b17f2135cb7d2adb0bf39bed7cc
Author: Caolán McNamara 
AuthorDate: Thu Aug 19 16:48:32 2021 +0100
Commit: Caolán McNamara 
CommitDate: Thu Aug 19 18:30:30 2021 +0200

ofz: add expat generate_hash_secret_salt to ignorelist for msan

use of the return value is flagged as use-of-uninitialized-value
otherwise

Change-Id: I574a1829ea4ff0343129c1d9b6dcc74168aa6909
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120752
Tested-by: Caolán McNamara 
Reviewed-by: Caolán McNamara 

diff --git a/bin/sanitize-excludelist.txt b/bin/sanitize-excludelist.txt
index e3e995f1a02a..f1c69e43935a 100644
--- a/bin/sanitize-excludelist.txt
+++ b/bin/sanitize-excludelist.txt
@@ -3,6 +3,8 @@ src:*/sc/source/core/tool/interpr1.cxx
 src:*/sc/source/core/tool/interpr2.cxx
 src:*/scaddins/source/analysis/analysis.cxx
 src:*/scaddins/source/analysis/financial.cxx
+[memory]
+fun:generate_hash_secret_salt
 [signed-integer-overflow]
 src:*/boost/boost/rational.hpp
 src:*/include/tools/gen.hxx