diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-07 09:58:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-07 10:59:58 +0100 |
commit | 08eb43d3e7f53077041d04c3021da3e244226f8f (patch) | |
tree | 8b6ee2d27988f3fb37babd578d2e6261b721cfb3 /bin | |
parent | f6f665200c3ac6d046194ea25535c25d00717378 (diff) |
ofz#45323 suppress Integer-overflow
Change-Id: I22f9e2cd04d152e28cf91a4d474e46b83f85c952
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131099
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 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |