diff options
author | Dennis Aberilla <dennis.aberilla@mimomax.com> | 2011-05-29 11:46:54 +0000 |
---|---|---|
committer | David S. Miller <davem@zippy.davemloft.net> | 2011-05-31 15:14:31 -0700 |
commit | b10cec8a4e8167075b9e1ff3f05419769e7f381a (patch) | |
tree | 78f82ee427a29c9b3afcd4f06968495cb757b5bf /net | |
parent | 48bdf072c3f1f8f739f76d19c74f4c79605cac46 (diff) | |
download | op-kernel-dev-b10cec8a4e8167075b9e1ff3f05419769e7f381a.zip op-kernel-dev-b10cec8a4e8167075b9e1ff3f05419769e7f381a.tar.gz |
drivers/net: ks8842 Fix crash on received packet when in PIO mode.
This patch fixes a driver crash during packet reception due to not enough
bytes allocated in the skb. Since the loop reads out 4 bytes at a time, we
need to allow for up to 3 bytes of slack space.
Signed-off-by: Dennis Aberilla <denzzzhome@yahoo.com>
Signed-off-by: David S. Miller <davem@zippy.davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions