SUSE / libpulp

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

Fix case where target process name is not found #136

Closed giulianobelinassi closed 2 years ago

giulianobelinassi commented 2 years ago
Fix case where target process name is not found

In some cases, /proc/pid/comm is not available to be parsed. If this
happens, return (null) string to show that.

Also avoid reparsing this file when possible.