Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concurrent task execution: fixed dereference of NULL pointer
In the function TaskConcurrentCancelCheck() the pointer "task" was utilized after checking against NULL, which can lead to dereference of the null pointer. To avoid the problem, added a separate handling of the case when the pointer is null with an interruption of execution. Fixes: 1f8675d("nonblocking concurrent task execution via background workers") Signed-off-by: Maksim Korotkov <[email protected]>
- Loading branch information