Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2003 15:02:21 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        freebsd-current@freebsd.org
Subject:   possible unionfs bug
Message-ID:  <20030720130221.GA39671@stud.fit.vutbr.cz>

next in thread | raw e-mail | index | archive | help
Hi,

I might be wrong but this:

        free(mp->mnt_data, M_UNIONFSMNT);       /* XXX */
	mp->mnt_data = 0;
	
seems to me wrong.... and might cause crashes etc.
am I correct or wrong?

its from union_vfsops.c:384

thnx

Roman Divacky



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030720130221.GA39671>