Re: fifo kqueue bug

2020-04-07 Thread Todd C . Miller
On Tue, 07 Apr 2020 12:08:35 +0200, Martin Pieuchot wrote: > The write socket should be passed to the write filter otherwise checks > are performed against the wrong socket. OK millert@ - todd

fifo kqueue bug

2020-04-07 Thread Martin Pieuchot
The write socket should be passed to the write filter otherwise checks are performed against the wrong socket. ok? Index: miscfs/fifofs/fifo_vnops.c === RCS file: /cvs/src/sys/miscfs/fifofs/fifo_vnops.c,v retrieving revision 1.73 dif