cvs commit: src/sys/kern kern_exit.c vfs_subr.c vfs_vnops.c src/sys/vfs/specfs spec_vnops.c

Matthew Dillon dillon at apollo.backplane.com
Wed Jun 23 09:46:00 PDT 2004


:+                       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 at xxxxxxxxxxxxx>





More information about the Commits mailing list