summary refs log tree commit diff
path: root/block
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-01-02 04:08:46 +0000
committerDavid S. Miller <davem@davemloft.net>2010-01-03 22:06:15 -0800
commit2585e7e5e1fcf64fd2b2cac0bc1f1b609eabe96a (patch)
tree7727b3e12099ae4570068b983f671c9683bf0656 /block
parent7ec4e7d3cfee9d7846dbd02ad442c40cb58512e8 (diff)
downloadlinux-2585e7e5e1fcf64fd2b2cac0bc1f1b609eabe96a.tar.gz
rrunner: fix buffer overflow
tx_skbuff is define as:
        struct sk_buff          *tx_skbuff[TX_RING_ENTRIES];

EVT_RING_ENTRIES is 64 and TX_RING_ENTRIES is 32.

This function is in a error path so that's why it wasn't noticed.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions