cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

During unpatch stack can't be unwinded above patches #36

Open paboldin opened 6 years ago

paboldin commented 6 years ago

Due to the kpatch load as a generic object we can't unwind stack for above the code from patches. Fix that either by providing our own unwinder or using shared object to load the patch.