the bitrig master branch has been updated by pedro with 1 new commit: commit c987560dd0f3fbf2c886bfd47c807d281638c6c3 diff: https://github.com/bitrig/bitrig/commit/c987560 author: pedro martelletto <[email protected]> date: Wed Nov 12 10:59:54 2014 +0100
fix tmpfs crash upon coredump into removed dir 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 -- thus triggering an assertion. problem reported by Sebastien Marie and Peter J. Philipp on [email protected] -- thanks! ok natano@ M sys/tmpfs/tmpfs_subr.c
