SUSE / libpulp

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

Rm libname path check (#26) #35

Closed a-gavin closed 3 years ago

a-gavin commented 3 years ago

Fix implicit reliance on first character in dynamic object file path being '/'. Previously, specifying LD_PRELOAD=/libpulp.so wouldn't work, unless the relative path was prepended with the full path to the cwd.

inconstante commented 3 years ago

I just pushed your patch with a small change to the commit message header. I removed the reference to github issue numbers as we currently don't add that kind of information to commit messages (we rather have the text in the commit message itself (and the commit message you wrote describes the problem and the fix correctly, so that's alright).