cvs commit: src/sys/kern vfs_syscalls.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Dec 2 09:30:51 PST 2005
dillon 2005/12/02 09:29:45 PST
DragonFly src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
cred may be NULL due to a prior error code. crhold() handles NULL creds,
but crfree() does not. Check for NULL.
Reported-by: Stefan Krueger <skrueger at xxxxxxxxxxxxxxxx>
Revision Changes Path
1.75 +2 -1 src/sys/kern/vfs_syscalls.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.74&r2=1.75&f=u
More information about the Commits
mailing list