Currently all load commands are parsed in MachOObjectFile constructor.
If the next load command cannot be parsed, or if command size are too
small, properly report it through the error code and fail to construct
the object, instead of crashing the program.
Details
Details
Diff Detail
Diff Detail
Please commit this formatting change separately, then add the case for this patch.