1
0
Files
linux/include/net
David S. Miller dc6de33674 [NET]: Add skb->truesize assertion checking.
Add some sanity checking.  truesize should be at least sizeof(struct
sk_buff) plus the current packet length.  If not, then truesize is
seriously mangled and deserves a kernel log message.

Currently we'll do the check for release of stream socket buffers.

But we can add checks to more spots over time.

Incorporating ideas from Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-04-20 00:10:50 -07:00
..
2006-02-13 15:34:11 -08:00
2006-01-12 14:06:39 -08:00
2006-03-20 22:35:41 -08:00
2006-04-14 15:00:20 -07:00
2006-03-19 13:20:06 -08:00
2006-01-07 12:57:28 -08:00
2006-01-03 13:10:31 -08:00
2006-03-23 07:12:57 -05:00
2005-11-14 21:58:18 -08:00
2005-09-22 07:57:21 -03:00
2006-03-20 22:59:36 -08:00
2006-01-09 14:16:05 -08:00
2005-11-05 22:02:24 +01:00
2006-03-20 21:31:51 -08:00
2006-04-14 15:03:05 -07:00