Module Name: src Committed By: maxv Date: Sat Mar 22 07:46:35 UTC 2014
Modified Files: src/sys/net: route.c Log Message: 'newrt' is not supposed to be NULL. Therefore, the NULL-check in the if() is pointless; and even if 'newrt' were NULL, 'rt' would be dereferenced later. This is not a bug. CID 270855 ok christos@ To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.