git: DragonFly_RELEASE_6_4 netinet6 - Fix ipv6 mbuf packet type issue causing an NFS panic

Aaron LI aly at crater.dragonflybsd.org
Tue Sep 19 17:09:51 PDT 2023


commit 0bfa0fe69a90ea725c02f297849f95273ecbd376
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Sep 19 09:38:59 2023 -0700

    netinet6 - Fix ipv6 mbuf packet type issue causing an NFS panic
    
    * A forwarding case in ip6_input() was allocating an mbuf with
      MT_HEADER instead of MT_DATA, causing an NFS case later
      on to panic.
    
    Submitted-by: iteratee (Kyle Butt)

Summary of changes:
 sys/netinet6/ip6_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0bfa0fe69a90ea725c02f297849f95273ecbd376


-- 
DragonFly BSD source repository


More information about the Commits mailing list