K 10 svn:author V 2 pb K 8 svn:date V 27 1999-06-25T13:43:30.000000Z K 7 svn:log V 438 Never return the root node itself from rn_match(); return NULL instead. This caused a panic in rtfreee() called with a root node from the routing socket code (when processing a RTM_GET message looking for the default route while there is none). Since no existing code seems to have any use getting the root node from rn_match(), it seems cleaner never to return it rather than check for this condition at the caller's. PR: kern/12265 END