All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] net: ne2000: fix bounds check in ioport operations
@ 2015-12-30  7:44 P J P
  2015-12-30  7:44 ` P J P
  0 siblings, 1 reply; 3+ messages in thread
From: P J P @ 2015-12-30  7:44 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Jason Wang, Prasad J Pandit, Ling Liu

From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

An OOB r/w issue in ne2000 device emulation was reported by Mr Ling Liu, CC'd
here. The issue occurs while doing ne2000 ioport r/w operations, due to
incorrect array bounds checks.

Below is a proposed (tested)patch to fix this issue. Does it look okay?

Thank you.
--
Prasad J Pandit (1):
  net: ne2000: fix bounds check in ioport operations

 hw/net/ne2000.c | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

--
2.4.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-31  3:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30  7:44 [Qemu-devel] [PATCH] net: ne2000: fix bounds check in ioport operations P J P
2015-12-30  7:44 ` P J P
2015-12-31  3:10   ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.