CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/27 04:52:44
Modified files: sys/net : if.c route.c rtable.c Log message: Protect the growth of the routing table arrays used by rtable_get() with SRPs. This is a simplified version of the dynamically sizeable array of pointers used by if_get() because routing table heads are never freed. ok dlg@