tjr 2003/06/14 08:45:34 PDT
FreeBSD src repository
Modified files:
sys/netsmb smb_iod.c
Log:
Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.
Fixes mdconfig -t vnode on smbfs: mdsetcred()'s "horrible kludge"
calls into smbfs VOP_READ with a NULL uio_td.
Revision Changes Path
1.13 +2 -1 src/sys/netsmb/smb_iod.c