hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/exit.c
....@@ -153,7 +153,7 @@
153153 * Do this under ->siglock, we can race with another thread
154154 * doing sigqueue_free() if we have SIGQUEUE_PREALLOC signals.
155155 */
156
- flush_task_sigqueue(tsk);
156
+ flush_sigqueue(&tsk->pending);
157157 tsk->sighand = NULL;
158158 spin_unlock(&sighand->siglock);
159159