Message ID | 1541453919-25973-1-git-send-email-Liam.Merwick@oracle.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6411815A6 for <patchwork-qemu-devel@patchwork.kernel.org>; Mon, 5 Nov 2018 21:45:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B88D2937F for <patchwork-qemu-devel@patchwork.kernel.org>; Mon, 5 Nov 2018 21:45:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4E4FA29D94; Mon, 5 Nov 2018 21:45:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CFF6B2937F for <patchwork-qemu-devel@patchwork.kernel.org>; Mon, 5 Nov 2018 21:45:40 +0000 (UTC) Received: from localhost ([::1]:37740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org>) id 1gJmgl-0006At-7o for patchwork-qemu-devel@patchwork.kernel.org; Mon, 05 Nov 2018 16:45:39 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <Liam.Merwick@oracle.com>) id 1gJmaP-0007IA-Ld for qemu-devel@nongnu.org; Mon, 05 Nov 2018 16:39:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <Liam.Merwick@oracle.com>) id 1gJmaK-0003FY-W1 for qemu-devel@nongnu.org; Mon, 05 Nov 2018 16:39:04 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:50394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <Liam.Merwick@oracle.com>) id 1gJma6-0002bV-DF; Mon, 05 Nov 2018 16:38:49 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wA5LSxOo143573; Mon, 5 Nov 2018 21:38:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : mime-version : content-type : content-transfer-encoding; s=corp-2018-07-02; bh=mcbzKCHvjgV8moMSzWYsYXNdgK4f/bYXNfuEfp1W5+Q=; b=uMt2VdoX18MvZkfGu8U5gB7TdgSygVSCoUtAQ8FqlSXS58EvybKW+T2J5iVtD2bIoy/j B18r6/wkgMMhv9fJ2fYjlQE/1zOYGkrlQSHs5hYTAHfgFvBBB9lm7+7p/h5217EaMIfu JnO5dA0NfpJcOYm2tGODmRgKP8PSDdFB0g/H+W2ZtWCKz+1kIcCQltvNrml2GQ4trr1S kP9+++y/hSiFr+COTusx/lUTyyyMHhPMiguTN6bcNrhCOgauE1GGQIb3/dcwOmhjbhDx cvPEUvtCBRIeGz+HPeMDwSo9m8hqIADtInZ11keb6UYCC34y3w+JRZzqZgcCfCTu05L/ 2Q== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp2130.oracle.com with ESMTP id 2nh33tsr4b-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 05 Nov 2018 21:38:29 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wA5LcNsM012821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 5 Nov 2018 21:38:24 GMT Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wA5LcNI9023731; Mon, 5 Nov 2018 21:38:23 GMT Received: from ol7.uk.oracle.com (/10.175.201.67) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 05 Nov 2018 13:38:23 -0800 From: Liam Merwick <Liam.Merwick@oracle.com> To: qemu-devel@nongnu.org Date: Mon, 5 Nov 2018 21:38:34 +0000 Message-Id: <1541453919-25973-1-git-send-email-Liam.Merwick@oracle.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9068 signatures=668683 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1807170000 definitions=main-1811050190 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by userp2130.oracle.com id wA5LSxOo143573 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 156.151.31.86 Subject: [Qemu-devel] [PATCH v5 0/5] off-by-one and NULL pointer accesses detected by static analysis X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel/> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Cc: kwolf@redhat.com, jsnow@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" <qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org> X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
off-by-one and NULL pointer accesses detected by static analysis
|
expand
|
On 05.11.18 22:38, Liam Merwick wrote: > Below are a number of fixes to some off-by-one, read outside array bounds, and > NULL pointer accesses detected by an internal Oracle static analysis tool (Parfait). > https://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 I decided to just fix the issue I had in patch 4 (dropped the "if" block that was not doing much, and fixed the DLOG() indentation) and applied the patch to my block branch: https://git.xanclic.moe/XanClic/qemu/commits/branch/block Max