CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/17 03:41:24
Modified files: sys/net : route.c Log message: Match the free(3) semantic and accept NULL pointers in rtfree(9). This will simplify upcoming conversions of rt_refcnt-- to rtfree(9). Such conversions are needed for proper MP refcounting. ok deraadt@, dlg@