From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LM6Ae-0001ah-Pe for qemu-devel@nongnu.org; Sun, 11 Jan 2009 14:40:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LM6Ac-0001Yc-7m for qemu-devel@nongnu.org; Sun, 11 Jan 2009 14:40:27 -0500 Received: from [199.232.76.173] (port=51519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LM6Ab-0001YL-MQ for qemu-devel@nongnu.org; Sun, 11 Jan 2009 14:40:25 -0500 Received: from 2.mail-out.ovh.net ([91.121.26.226]:59562) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LM6Ab-0000TV-0p for qemu-devel@nongnu.org; Sun, 11 Jan 2009 14:40:25 -0500 Date: Sun, 11 Jan 2009 20:29:12 +0100 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [Qemu-devel] [BUG][PATCH] Fix a nullpointer crash caused by r6216 Message-ID: <20090111192912.GD12080@game.jcrosoft.org> References: <496A40AB.1030607@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496A40AB.1030607@mail.berlios.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 19:55 Sun 11 Jan , Stefan Weil wrote: > Hi, > > this patch tries to fix a nullpointer crash caused by r6216 (nd->model > needs value != NULL). > See also http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg00257.html. > > mips-r4k.c was already fixed but now contained a copy-paste bug (index i > is wrong here). > > Regards > Stefan Weil > > > fix nullpointer crash caused by r6216 (nd->model needs value != NULL) > mips-r4k.c was already fixed but now contained a copy-paste bug > > Signed-off-by: Stefan Weil > fix the r2dplus Ack-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.