Skip to content

Fix corner case of not showing last RDH in RDH view

Marc Konig requested to merge mk_issue into master

When the payload of the last RDH loaded when using view rdh, if the payload is malformed, the RDH is not written out. The payload should not even be loaded when it is irrelevant to the use case.

  • Added config function skip_payload to determine if the payload is to be skpped based on configuration
  • Skip payload in InputScanner based on the config
  • Improve readability of StatsController, print payload size regardless of it is loaded or not.
  • Update benchmarks based on the new input strategy

Merge request reports