When running objdiff report changes on a report generated by objdiff report generate, if any function is missing an address, deserialization will fail. This is because the default Option deserialization behavior is overwritten by the other processors. This change fixes that.
When running
objdiff report changes
on a report generated byobjdiff report generate
, if any function is missing an address, deserialization will fail. This is because the defaultOption
deserialization behavior is overwritten by the other processors. This change fixes that.