emaste      2007-04-09 19:44:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              rtsock.c 
  Log:
  MFC rtsock.c r1.124, which was overlooked some time ago:
  
    Fix for PR 82974.  We were not checking that the route looked up in
    the case of an RTM_CHANGE was specific, i.e. that it matched completely.
    This led to a route change of a non-existent route changing the default
    route as the radix code would simply back track to that point and hand
    that route back to the routing socket code.
  
    PR: 82974
    Reviewed by: Tai-hwa Liang <[EMAIL PROTECTED]>
                 Ben Kaduk <[EMAIL PROTECTED]>
                 Bjoern A. Zeeb <[EMAIL PROTECTED]>
    Obtained from: OpenBSD with modifications.
  
  Revision   Changes    Path
  1.123.2.8  +19 -0     src/sys/net/rtsock.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to