X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/cbb52ffe38ad57101631b748bc04127568f728e2..6987f4434e4dfee71506125954ee1ae41c46f1cb:/asan_ignore?ds=inline diff --git a/asan_ignore b/asan_ignore index 4a1dc83..8050f3c 100644 --- a/asan_ignore +++ b/asan_ignore @@ -16,10 +16,13 @@ # suffix with =foo for a "tool-specific category", but neither =undefined # nor =signed-integer-overflow worked. -fun:Perl_pp_i_* +fun:Perl_pp_i_add +fun:Perl_pp_i_divide +fun:Perl_pp_i_negate +fun:Perl_pp_i_multiply +fun:Perl_pp_i_subtract -# Perl's << is defined as using the underlying C's << operator, with the -# same undefined behaviour for shifts greater than the word size. -# (UVs normally, IVs with 'use integer') +# this function numifies the field width in eg printf "%10f". +# It has its own overflow detection, so don't warn about it -fun:Perl_pp_left_shift +fun:S_expect_number