> On Jun 17, 2019, at 12:26 PM, Andrii Nakryiko <andriin@xxxxxx> wrote: > > Simplify ELF parsing logic by exiting early, as there is no common clean > up path to execute. That makes it unnecessary to track when err was set > and when it was cleared. It also reduces nesting in some places. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> <snip>