wwu-pi / muggl

A Symbolic ATCG
GNU General Public License v3.0
2 stars 1 forks source link

Missing Objectref during DU chain generation #20

Open Dagefoerde opened 9 years ago

Dagefoerde commented 9 years ago

DU chain generation throws an exception for certain programs under test.

For example, starting test generation for the sample program test.misc.JavaMemoryPuzzleImpolite#main(String[]) results in

NullPointerException in ObjectAttribute, line 39, essentially caused by the call to getObjectRefAtCurrentPos() at DUGenerator, line 550. Its return value is null, because for Newarray no value was pushed to the stack.