Open tim-hoffman opened 4 years ago
Control flow propagation (and in particular branch not taken flows) are very loosely defined right now; our long term goal is to clean up all of the loose ends like this. If you would like pointer into the code for where to start working on a patch I'm happy to direct you there, but otherwise it will probably be at least 4-5 weeks before I can get to this.
Analyze/instrument the following code with
-controlTrack
option:When running the instrumented code, the assertion fails because
output
is not tainted. However, if you change theinput
initial value to'0'
or'1'
the assertion succeeds as expected.