[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120607.131036.454649403537424443.davem@davemloft.net>
Date: Thu, 07 Jun 2012 13:10:36 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: levinsasha928@...il.com
Cc: dbaryshkov@...il.com, slapin@...fans.org,
linux-zigbee-devel@...ts.sourceforge.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ieee802154: verify packet size before trying to
allocate it
From: Sasha Levin <levinsasha928@...il.com>
Date: Wed, 6 Jun 2012 23:32:02 +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@...il.com>
This limit is arbitrary, I'm not applying a patch like this.
Use the actual limit, which is either the protocol limit or something
like the device mtu.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists