Star
81
Fork
27
代码
介绍
代码
Issues
10
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
initialization-ignorelist-extra2.cpp
下载
N
Nico Weber
[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=
d7ec48d7
创建于
2021年5月4日
历史提交
int
zero_init
()
;
int
badSrcGlobal =
zero_init
();
int
readBadSrcGlobal
()
{
return
badSrcGlobal; }