From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw4Zw-0002Vi-I2 for qemu-devel@nongnu.org; Fri, 29 Apr 2016 05:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw4Zr-0000hQ-EC for qemu-devel@nongnu.org; Fri, 29 Apr 2016 05:19:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw4Zr-0000hL-8e for qemu-devel@nongnu.org; Fri, 29 Apr 2016 05:19:11 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C143B37E81 for ; Fri, 29 Apr 2016 09:19:10 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3T9J9RT024100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 29 Apr 2016 05:19:10 -0400 From: Markus Armbruster Date: Fri, 29 Apr 2016 11:19:07 +0200 Message-Id: <1461921548-3332-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL for-2.6 0/1] QAPI patches for 2016-04-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Potential crash bug. Missing 2.6 wouldn't be a big deal, but it's an obvious one-liner, so let's try. The following changes since commit 736f85d5db701cc9d464a03b583d4a04606a0dd5: Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-04-28' into staging (2016-04-28 11:05:37 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-04-29 for you to fetch changes up to 0a40bdab0d48d9ce0c34bc2d319e44e92e0cc942: qapi: Don't pass NULL to printf in string input visitor (2016-04-29 11:11:36 +0200) ---------------------------------------------------------------- QAPI patches for 2016-04-29 ---------------------------------------------------------------- Eric Blake (1): qapi: Don't pass NULL to printf in string input visitor qapi/string-input-visitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.5.5