SUSE / libpulp

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

--revert-all runs if .ulp file is invalid #110

Closed giulianobelinassi closed 2 years ago

giulianobelinassi commented 2 years ago

If the user specify an invalid .ulp file with --revert-all, all patches are reverted and no patch is applied. This is very bad, so check if the file is valid before doing the atomic remove.

giulianobelinassi commented 2 years ago

Closed by #112