Module Name: src Committed By: ozaki-r Date: Mon Apr 27 10:14:44 UTC 2015
Modified Files: src/sys/netinet: ip_output.c src/sys/netinet6: in6_pcb.c ip6_output.c nd6_nbr.c Log Message: Add missing error checks on rtcache_setdst It can fail with ENOMEM. To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/sys/netinet/ip_output.c cvs rdiff -u -r1.138 -r1.139 src/sys/netinet6/in6_pcb.c cvs rdiff -u -r1.164 -r1.165 src/sys/netinet6/ip6_output.c cvs rdiff -u -r1.107 -r1.108 src/sys/netinet6/nd6_nbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.