llvm-dataflow-analysis
llvm-dataflow-analysis copied to clipboard
A potential NPD, related to CallInst
Location
- include/DataflowAnalysis.h
- line 424, 445, 455
Description
The CallSite could be an indirect call. Under this case, the variable callee would be null and will be dereferenced at line 456. Thanks!