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

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 19 09:41:20 PDT 2023


commit 9a2d610177e5980233b463086febe44b40639c1c
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/9a2d610177e5980233b463086febe44b40639c1c


-- 
DragonFly BSD source repository


More information about the Commits mailing list