OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Mon Mar 02 2009 - 08:39:25 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2009/03/02 07:39:25

Modified files:
        sys/net : radix_mpath.c

Log message:
Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to
hit this case with a root node that comes with no real rtentry attached to it.
Problem found by Mischa Diehm, OK henning