SUSE / libpulp

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

Fix typo in ptrace.c #172

Closed giulianobelinassi closed 1 year ago

giulianobelinassi commented 1 year ago

On ptrace.c there is a typo which cause the code to fallback to use ptrace instead of writev. This commit fixes this.