Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grpc/exec] Do not refinc on a nil parent
When handling kthreads and we cannot find the parent, we print a warning, but we also call refinc on a nil parent which results in a panic in some cases. This patch fixes that by avoiding the call of refinc in the case where we cannot find a kthread's parent. FIXES: #2614 Signed-off-by: Anastasios Papagiannis <[email protected]>
- Loading branch information