CVSROOT:        /cvs
Module name:    src
Changes by:     dco...@cvs.openbsd.org  2014/12/04 01:19:03

Modified files:
        sys/tmpfs      : tmpfs_subr.c 

Log message:
Disallow file allocations on directories that have been removed
(tn_links == 0). Failure to enforce such a check can lead to the
violation of the assumption that removed directories should not
contain directory entries and thus trigger a kernel diagnostic
assertion (panic).

Fix provided by Pedro Martelletto, thanks!

OK millert@

Reply via email to