• Magnus Svensson's avatar
    Bug#42641 mtr.pl fails to run within JobObject · 21c4c99f
    Magnus Svensson authored
     - Allow the new process to break away from any job that this
       process is part of so that it can be assigned to the new JobObject
       we just created. This is safe since the new JobObject is created with
       the JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE flag, making sure it will be
       terminated when the last handle to it is closed(which is owned by
       this process).
    21c4c99f
safe_process_win.cc 9.36 KB