CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/03/28 03:54:00
Modified files: sys/kern : uipc_syscalls.c Log message: Call FREF() right after fd_getfile() in getsock(). This ensure that all operations manipulating a 'struct file *' do so with a properly refcounted element. ok visa@, bluhm@