cisco-open / llvm-crash-analyzer

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

[TA] Option to explicitly set starting Taint location #21

Closed niktesic closed 1 year ago

niktesic commented 1 year ago

During development, it is useful to have mechanism to start Taint Analysis from particular frame and to explicitly set Tainted location to track. This patch adds following command line arguments to support that:

The test from this patch reproduces problem where frame is missing from the backtrace, which prevents successful crash analysis. However, by using the newly added options, we could find the correct blame line.