]> git.ipfire.org Git - thirdparty/qemu.git/commit
net: rocker: fix an incorrect array bounds check
authorPrasad J Pandit <pjp@fedoraproject.org>
Mon, 28 Dec 2015 10:54:08 +0000 (16:24 +0530)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 15 Mar 2016 17:39:32 +0000 (12:39 -0500)
commit7a2c1c8e66d17125c5b3fe214bd8c103b87bb895
tree413c8dc0404e5caae3cae7d6916d0643cfbce849
parent702a8d165c9a4a54bf9b1d6af816aa64c8cf0d7a
net: rocker: fix an incorrect array bounds check

While processing transmit(tx) descriptors in 'tx_consume' routine
the switch emulator suffers from an off-by-one error, if a
descriptor was to have more than allowed(ROCKER_TX_FRAGS_MAX=16)
fragments. Fix an incorrect bounds check to avoid it.

Reported-by: Qinghao Tang <luodalongde@gmail.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
(cherry picked from commit 007cd223de527b5f41278f2d886c1a4beb3e67aa)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/net/rocker/rocker.c