Revert "Merge pull request #4784 from MathiasVP/mathiasvp/reverse-read-take-3"

This reverts commit 1b3d69d617, reversing
changes made to 527c41520e.
This commit is contained in:
Jonas Jensen
2021-02-03 08:49:37 +01:00
parent 749dfe4358
commit 064568c36d
17 changed files with 885 additions and 1492 deletions

View File

@@ -362,7 +362,7 @@ class FlowThroughFields {
int f() {
sink(field); // tainted or clean? Not sure.
taintField();
sink(field); // $ ast,ir
sink(field); // $ ast MISSING: ir
}
int calledAfterTaint() {