• Petr Vandrovec's avatar
    [PATCH] Fix exec in multithreaded application · bea63af0
    Petr Vandrovec authored
    The recent controlling terminal changes broke exec from multithreaded
    application because de_thread was not upgraded to new arrangement.  I
    know that I should not have LD_PRELOAD library which automatically
    creates one thread, but it looked like a cool solution to the problem I
    had.
    
    de_thread must initialize the controlling terminal information in the
    new thread group.
    bea63af0
exec.c 32.2 KB