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: Brad Smith (bradcvs.openbsd.org)
Date: Fri Mar 21 2008 - 15:38:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2008/03/21 14:38:33

Modified files:
        sys/netinet6 : Tag: OPENBSD_4_1 nd6_nbr.c

Log message:
fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for
the current route, so make sure RTF_LLINFO is still set; fixes pr 5711;

ok deraadt