DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/kern kern_exit.c vfs_subr.c vfs_vnops.c src/sys/vfs/specfs spec_vnops.c
:+ if ((vp = sp->s_ttyvp) != NULL) {
:+ sp->s_ttyvp = NULL;
: vrele(sp->s_ttyvp);
:
:This is bogus because vrele(vp) has an KASSERT for vp != NULL. I can
:hit it pretty easy.
:
:Joerg
Doh! That was supposed to be vrele(vp). Fixed. Try now.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]