SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

ELF magic number check do not always work #155

Closed giulianobelinassi closed 1 year ago

giulianobelinassi commented 1 year ago

in common.c there is a check to decide if the target library is a .so library or a JSON dump, and this check is buggy because there is one byte more which doesn't always match.