svn commit: r234403 - head/sys/net

2012-04-17 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 18 01:39:14 2012 New Revision: 234403 URL: http://svn.freebsd.org/changeset/base/234403 Log: Remove KASSERTS, they do not add any value here since the pointer is about to be derefernced anyway. Modified: head/sys/net/if.c Modified: head/sys/net/if.c

Re: svn commit: r234403 - head/sys/net

2012-04-17 Thread Peter Jeremy
On 2012-Apr-18 01:39:14 +, Andrew Thompson thom...@freebsd.org wrote: Log: Remove KASSERTS, they do not add any value here since the pointer is about to be derefernced anyway. Could you give a bit more background to this commit. You get a crash in both cases but the KASSERT() at least

Re: svn commit: r234403 - head/sys/net

2012-04-17 Thread Andrew Thompson
On 18 April 2012 14:16, Peter Jeremy peterjer...@acm.org wrote: On 2012-Apr-18 01:39:14 +, Andrew Thompson thom...@freebsd.org wrote: Log:  Remove KASSERTS, they do not add any value here since the pointer is about to  be derefernced anyway. Could you give a bit more background to this