DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Network - redispatch was not properly adjust ip->ip_len


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 23 Aug 2009 09:29:01 -0700 (PDT)

commit a40c002386290d36f60aeed95e3f98d21a346c0b
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sun Aug 23 03:17:27 2009 -0700

    Network - redispatch was not properly adjust ip->ip_len
    
    * ip->ip_len is adjusted down by hlen.  If a redispatch occurs it must
      be corrected back up in order to do the ip_mport() function.  Otherwise
      the function may fail in its length check code.

Summary of changes:
 sys/netinet/ip_input.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]