From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpgWi-00050e-3A for qemu-devel@nongnu.org; Thu, 29 Sep 2016 14:57:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpgWd-0003fk-VD for qemu-devel@nongnu.org; Thu, 29 Sep 2016 14:57:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpgWd-0003fJ-Of for qemu-devel@nongnu.org; Thu, 29 Sep 2016 14:57:43 -0400 From: P J P Date: Fri, 30 Sep 2016 00:27:32 +0530 Message-Id: <1475175454-3116-1-git-send-email-ppandit@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] net: pcnet: fix infinite loop and source format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qemu Developers Cc: Li Qiang , Jason Wang , Prasad J Pandit From: Prasad J Pandit Hello, An infinite loop issue in 'pcnet_rdra_addr' routine, caused by zero receive/transmit descriptor ring length value, was reported by Mr Li Qiang. One of the patches below fixes this issue. And the other one corrects indentation and source formatting glitches. Thank you. Prasad J Pandit (2): net: pcnet: check rx/tx descriptor ring length net: pcnet: fix source formatting and indentation hw/net/pcnet.c | 125 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 59 deletions(-) -- 2.5.5