bin/sanitize-excludelist.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 08eb43d3e7f53077041d04c3021da3e244226f8f Author: Caolán McNamara <[email protected]> AuthorDate: Mon Mar 7 09:58:48 2022 +0000 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> 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
