CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/09/07 03:19:38
Modified files: sys/net : route.c Log message: Only free the old cached next hop route if the new one is valid. Leaving a NULL pointer on a RTF_GATEWAY is no longer supported, and a KASSERT() triggers. Found the hardway by and ok sthen@