CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/15 05:18:40
Modified files:
sys/netinet : ip_input.c ip_var.h
Log message:
Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions().
This brings ip_dooptions() closer to mp-safeness by ensuring that
``ifa'' is dereferenced before calling rtfree(9).
ok mikeb@
