Open FlorianHuc opened 6 days ago
modexp_modsize0_returndatasize_d4g0v0_London[London]
in callsection we do: this.addFragment(finalContextFragment); with finalContextFragment == null.
This later leads to an NPE while looping over all elements.
we are in case where scenarioFragment.getScenario() == CALL_PRC_FAILURE
We may need a new condition in the constructor.
same as #1502
modexp_modsize0_returndatasize_d4g0v0_London[London]
in callsection we do: this.addFragment(finalContextFragment); with finalContextFragment == null.
This later leads to an NPE while looping over all elements.
we are in case where scenarioFragment.getScenario() == CALL_PRC_FAILURE
We may need a new condition in the constructor.