syzbot
multicore build error (7)
Status:
fixed on 2020/09/15 08:22
Reported-by: syzbot+e8de31d01eeb94b1c2fb@syzkaller.appspotmail.com
Fix commit:
Unbreak tree. Instead of passing struct process to siginit() just pass the struct sigacts since that is the only thing that is modified by siginit.
First crash: 2152d, last: 2151d
Sample crash report:
sys/kern/init_main.c:328:10: error: incompatible pointer types passing 'struct sigacts *' to parameter of type 'struct process *' [-Werror,-Wincompatible-pointer-types]
* Struck through repros no longer work on HEAD.