From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvVp-0003NI-0f for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgvVf-00074w-Nm for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:59:36 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:57250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvVf-00074c-KW for qemu-devel@nongnu.org; Wed, 22 Oct 2014 08:59:27 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Oct 2014 08:59:26 -0400 From: Michael Roth Date: Wed, 22 Oct 2014 07:59:09 -0500 Message-Id: <1413982750-21159-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/1] Fixes for QGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, zhang.zhanghailiang@huawei.com, qemu-stable@nongnu.org The following changes since commit 01a2050fa5fb3d290134b67ee82eb3ebbd91d95b: hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12 (2014-10-22 11:32:44 +0100) are available in the git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2014-10-22-tag for you to fetch changes up to e668d1b8545f1c79cf869bd78813cb1e52216f45: qga: Rewrite code where using readdir_r (2014-10-22 07:49:52 -0500) ---------------------------------------------------------------- qga: remove readdir_r usage and fix use-after-free Signed-off-by: Michael Roth ---------------------------------------------------------------- zhanghailiang (1): qga: Rewrite code where using readdir_r qga/commands-posix.c | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-)