Re: [External] : another copyout while holding net/pf lock in pfioctl
Hello Moritz, I like your change. There is just one nit see comment below. > > > Index: sys/net/pf_if.c > === > RCS file: /cvs/src/sys/net/pf_if.c,v > retrieving revision 1.103 > diff -u -p -r1.103 pf_if.c > --- sys/net/pf_if.c
another copyout while holding net/pf lock in pfioctl
Hi tech@, syzkaller reported pfi_get_interfaces https://syzkaller.appspot.com/bug?id=963ef41930bb84af584be3bf910a3f67d65581a0 which does a copyout while holding NET and PF lock. The following diff should address this. mbuhl Index: sys/net/pf_if.c ===