git: kernel - Fix table problem w/IPV6 matching with PF

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jul 11 11:09:11 PDT 2014


commit f059a200446a590c285c49b8d3cd8ccfaace92c2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jul 11 11:07:50 2014 -0700

    kernel - Fix table problem w/IPV6 matching with PF
    
    * Zero the sin6 structure before initializing it for passing to rn_match().
      rn_match() is not structurally aware so pad space in the structure must
      be zero'd.
    
    * Fixes IPV6 table matching problem with PF.
    
    Reported-by: ftigeot
    Testing-by: ftigeot

Summary of changes:
 sys/net/pf/pf_table.c | 4 ++++
 1 file changed, 4 insertions(+)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list