CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/29 06:14:08
Modified files:
sys/net : radix_mpath.c
Log message:
Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was
wrong which resulted in a NULL rm_leaf which caussed a NULL deref a bit later.
Check against the right route nodes to figure out if the rm_leaf needs to be
updated. Tested by bluhm@, OK dlg@
