git: network - Assert that the packet's data has not overrrun the buffer in m_free()

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 11 21:36:36 PDT 2010


commit f3f0fc49b1e60b1f9ed89926d40bfc694cb73007
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Sep 11 21:35:14 2010 -0700

    network - Assert that the packet's data has not overrrun the buffer in m_free()
    
    * Add an assertion to try to catch subsystems which blow up a mbuf's
      data buffer.

Summary of changes:
 sys/kern/uipc_mbuf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f3f0fc49b1e60b1f9ed89926d40bfc694cb73007


-- 
DragonFly BSD source repository





More information about the Commits mailing list