Module Name: src Committed By: maxv Date: Mon Jan 1 12:22:59 UTC 2018
Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Detect use-after-frees on mbufs with external storage, too. This is done even when the refcount is > 1. Again, this code is enabled by default, because it is fast and quite useful. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/kern/uipc_mbuf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.