From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvZVf-0007Os-TA for qemu-devel@nongnu.org; Sat, 15 Oct 2016 20:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvZVa-0008IP-Qv for qemu-devel@nongnu.org; Sat, 15 Oct 2016 20:41:03 -0400 Received: from mx2.sigaint.org ([87.121.52.221]:59948) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvZVV-00086c-Ve for qemu-devel@nongnu.org; Sat, 15 Oct 2016 20:40:58 -0400 Message-ID: <2e16162591c91db9a27ac746a8d66175.webmail@localhost> Date: Sun, 16 Oct 2016 00:40:18 -0000 From: "Shreya Shrivastava" MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/4] Error checking for NULL or negative return value. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com Hello, This series adds basic error checking for negative and null value return. Shreya. Shreya Shrivastava (4): Add error checking for qemu_find_file. Add error checking for load_image_targphys. Add error checking for event_notifier_init. Add error checking for msix_init. hw/arm/nseries.c | 9 ++++++-- hw/lm32/milkymist.c | 19 +++++++++++++---- hw/microblaze/boot.c | 5 +++++ hw/ppc/e500.c | 5 ++++- hw/ppc/mac_newworld.c | 5 +++++ hw/ppc/mac_oldworld.c | 4 ++++ hw/ppc/virtex_ml507.c | 5 +++++ hw/usb/hcd-xhci.c | 3 ++- tests/test-aio.c | 59 ++++++++++++++++++++++++++------------------------- 9 files changed, 77 insertions(+), 37 deletions(-) -- 1.9.1