cvs commit: src/sys/net rtsock.c

George V. Neville-Neil gnn at FreeBSD.org
Fri Aug 5 12:21:15 GMT 2005


gnn         2005-08-05 12:21:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/net              rtsock.c 
  Log:
  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 <avatar at mmlab.cse.yzu.edu.tw>
                 Ben Kaduk <minimarmot at gmail.com>
                 Bjoern A. Zeeb <bzeeb-lists at lists.zabbadoz.net>
  Obtained from:  OpenBSD with modifications.
  
  Revision   Changes    Path
  1.113.2.5  +19 -0     src/sys/net/rtsock.c


More information about the cvs-all mailing list