Re: [PATCH] ieee802154: verify packet size before trying toallocate it

From: David Miller
Date: Sun Jun 10 2012 - 23:04:47 EST


From: Sasha Levin <levinsasha928@xxxxxxxxx>
Date: Sun, 10 Jun 2012 13:10:19 +0200

> Currently when sending data over datagram, the send function will attempt to
> allocate any size passed on from the userspace.
>
> We should make sure that this size is checked and limited. The maximum size
> of an IP packet seemed like the safest limit here.
>
> Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx>

Why not limit to the device MTU? That's exactly what I suggested
to you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/