svn commit: r194643 - head/sys/kern

Kip Macy kmacy at freebsd.org
Mon Jun 22 22:59:38 UTC 2009


  As soon as
> INVARIANTS are enable the KASSERT will catch the offender red handed.

The INVARIANTS check DTRT. i.e. fail-fast. If you're double-freeing a
valid mbuf you'll get a random crash elsewhere.

-Kip


More information about the svn-src-head mailing list