From e0cc2e1b775993ae559494bf373451f1cc326dfc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 6 Mar 2022 17:51:59 +0000 Subject: ofz#45271 suppress Integer-overflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8611f340e6fde049f209627e46f8ca0e100b9b6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131083 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/sanitize-excludelist.txt | 1 + 1 file changed, 1 insertion(+) 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 -- cgit