git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e85a6f
)
ieee802154: verify packet size before trying to allocate it
author
Sasha Levin
<levinsasha928@gmail.com>
Mon, 2 Jul 2012 01:29:55 +0000
(
01:29
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Jul 2012 06:49:30 +0000
(23:49 -0700)
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. We'll limit it
to the MTU of the device, which is checked later anyway.
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found