From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTPk-0005Um-KA for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFTPa-00008T-IL for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:59:36 -0500 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:58579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTPa-00008L-BQ for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:59:26 -0500 Received: by mail-ee0-f45.google.com with SMTP id b15so7290220eek.4 for ; Mon, 17 Feb 2014 10:59:25 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53025C08.2030207@redhat.com> Date: Mon, 17 Feb 2014 19:59:20 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392647854-8067-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1392647854-8067-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] ARM: three easy patches for coverity-reported issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org Il 17/02/2014 15:37, Peter Maydell ha scritto: > Three random easy patches fixing issues reported by Coverity Scan. > > Peter Maydell (3): > hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses > hw/net/stellaris_enet: Avoid unintended sign extension > hw/timer/arm_timer: Avoid array overrun for bad addresses > > hw/misc/arm_sysctl.c | 4 ++-- > hw/net/stellaris_enet.c | 3 ++- > hw/timer/arm_timer.c | 2 ++ > 3 files changed, 6 insertions(+), 3 deletions(-) > Reviewed-by: Paolo Bonzini