[TIPC]: Enhance validation of format on incoming messages
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 16 Apr 2008 02:04:54 +0000 (19:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Apr 2008 02:04:54 +0000 (19:04 -0700)
This patch ensures that TIPC properly handles incoming messages
that have incorrect or unexpected formats.  Most significantly,
it now ensures that each sl_buff has at least as much data as
the message header indicates it should, and that the entire
message header is stored contiguously; this prevents TIPC from
accidentally accessing memory that is not part of the sk_buff.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found