cloudlinux / libcare

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

execve: fix for multithreading #11

Closed paboldin closed 6 years ago

paboldin commented 6 years ago

Fix for multithreaded application executing execve.so's execve. Tricky part is that after execve() all the threads die and only the thread group leader remains.

Signed-off-by: Pavel Boldin pboldin@cloudlinux.com