From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUg4X-0000xL-FO for qemu-devel@nongnu.org; Tue, 23 Apr 2013 12:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUg4V-0001Xm-Ub for qemu-devel@nongnu.org; Tue, 23 Apr 2013 12:28:01 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:44075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUg4V-0001XK-GG for qemu-devel@nongnu.org; Tue, 23 Apr 2013 12:27:59 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Apr 2013 17:24:34 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 77F1B1B08069 for ; Tue, 23 Apr 2013 17:27:56 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3NGRk4f53280962 for ; Tue, 23 Apr 2013 16:27:46 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3NFBrCM005314 for ; Tue, 23 Apr 2013 11:11:53 -0400 From: Cornelia Huck Date: Tue, 23 Apr 2013 18:27:48 +0200 Message-Id: <1366734469-23795-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH] virtio-ccw: Indicators fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Cornelia Huck Hi, here's another fix for virtio-ccw: We need to check whether an indicator location is actually valid before trying to write to it. Cornelia Huck (1): virtio-ccw: Check indicators location. hw/s390x/virtio-ccw.c | 6 ++++++ 1 file changed, 6 insertions(+) -- 1.7.9.5