Reviewed By: jeremydubreil

Differential Revision: D5324685

fbshipit-source-id: 60882bc
master
Jia Chen 8 years ago committed by Facebook Github Bot
parent b5b9c28a02
commit f9e03681f8

@ -31,7 +31,7 @@ BUILD_SYSTEMS_TESTS += \
waf \ waf \
DIRECT_TESTS += \ DIRECT_TESTS += \
c_bufferoverrun c_errors c_frontend \ c_biabduction c_bufferoverrun c_errors c_frontend \
cpp_bufferoverrun cpp_errors cpp_frontend cpp_quandary cpp_siof cpp_threadsafety \ cpp_bufferoverrun cpp_errors cpp_frontend cpp_quandary cpp_siof cpp_threadsafety \
ifneq ($(BUCK),no) ifneq ($(BUCK),no)

@ -1,2 +1,3 @@
codetoanalyze/c/biabduction/example.c, foo, 2, NULL_DEREFERENCE, [start of procedure foo()] codetoanalyze/c/biabduction/example.c, foo, 2, NULL_DEREFERENCE, [start of procedure foo()]
codetoanalyze/c/biabduction/example.c, global_addr_alias_bad, 3, NULL_DEREFERENCE, [start of procedure global_addr_alias_bad(),Condition is true]
codetoanalyze/c/biabduction/example.c, local_addr_noalias_bad, 4, NULL_DEREFERENCE, [start of procedure local_addr_noalias_bad(),Condition is true] codetoanalyze/c/biabduction/example.c, local_addr_noalias_bad, 4, NULL_DEREFERENCE, [start of procedure local_addr_noalias_bad(),Condition is true]

Loading…
Cancel
Save