diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-03-06 17:51:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-03-06 20:33:01 +0100 |
commit | e0cc2e1b775993ae559494bf373451f1cc326dfc (patch) | |
tree | 8353a8da738001f982686c04aa74d0c1027297c3 /bin | |
parent | f9b8b666cb28f5b3947d3b4966b4479821dd441f (diff) |
ofz#45271 suppress Integer-overflow
Change-Id: I8611f340e6fde049f209627e46f8ca0e100b9b6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131083
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 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 |