cisco-open / llvm-crash-analyzer

llvm crash analysis
Apache License 2.0
41 stars 17 forks source link

Terminate analysis if destination and source operands in MIR are not known #5

Closed bharsesh closed 2 years ago

bharsesh commented 2 years ago

During taint analysis, if we are unable to determine the src and dest operands in MIR, we cannot propagate the taint. To be conservative in such cases, if any of the machine operands in the MIR are present in the taint list, terminate the taint analysis with appropriate error message.