Commit 653dcb6
committed
Fix taint instrumenter handling array initalisers
Previously array initialisers, having the form { .java.lang.Object = ..., .length = N, ... }
were mistaken for user classes, which would have taint fields suffixed instead of a new
subclass being created. They are now annotated to differentiate them from user classes and
handled like primitive type wrappers like they should be.1 parent 4f45985 commit 653dcb6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| 848 | + | |
848 | 849 | | |
849 | 850 | | |
850 | 851 | | |
0 commit comments