1 Star 0 Fork 16

范小气/perl

forked from openKylin/perl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
asan_ignore 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
xinjiahao 提交于 2024-03-10 12:24 . New upstream version 5.36.0
# This file intended to be used with clang as
#
# clang -fsanitize=foo -fsanitize-blacklist=`pwd`/asan_ignore
#
# It lists those files / functions that clang's Address Sanitizer should
# ignore.
#
# See http://clang.llvm.org/docs/SanitizerSpecialCaseList.html.
# The pp functions used under 'use integer' shouldn't warn about
# integer overflow etc.
#
# Unfortunately there doesn't seem to be any way to disable just specific
# errors (i.e. the integer overflow ones). The manual implies that you can
# suffix with =foo for a "tool-specific category", but neither =undefined
# nor =signed-integer-overflow worked.
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
# this function numifies the field width in eg printf "%10f".
# It has its own overflow detection, so don't warn about it
fun:S_expect_number
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fan-xiaoqi12/perl.git
git@gitee.com:fan-xiaoqi12/perl.git
fan-xiaoqi12
perl
perl
upstream

搜索帮助