Skip to content
Snippets Groups Projects
Commit 6cdee89e authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

library: fix exception when parsing a recovered .plt


In commit 440aface ("library: add support for PLT calls
with Intel CET"), we added detection logic for .plt.sec
sections but the change would only correctly work on a Section
object as the newly added code accesses a .name member of
the plt object.

Fix this by checking if we actually have a Section first.

Reported-by: default avatarStefan Eschenbacher <stefan.eschenbacher@fau.de>
parent ea7b68fe
No related branches found
No related tags found
No related merge requests found
Pipeline #70755 passed