From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umj7M-0004gr-67 for qemu-devel@nongnu.org; Wed, 12 Jun 2013 07:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Umj7K-0000hX-Ty for qemu-devel@nongnu.org; Wed, 12 Jun 2013 07:21:32 -0400 Date: Wed, 12 Jun 2013 07:21:27 -0400 (EDT) From: Alon Levy Message-ID: <556498021.18264518.1371036087771.JavaMail.root@redhat.com> In-Reply-To: <51B841A8.3030007@msgid.tls.msk.ru> References: <1370377419-31788-1-git-send-email-alevy@redhat.com> <51B841A8.3030007@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/5] oslib-posix: add qemu_pipe_non_block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org > 05.06.2013 00:23, Alon Levy wrote: > > [PATCH 1/5] oslib-posix: add qemu_pipe_non_block > [PATCH 2/5] use qemu_pipe_non_block > [PATCH 3/5] libcacard/vscclient: fix leakage of socket on error paths > [PATCH 4/5] libcacard/vreader.c: fix possible NULL dereference > [PATCH 5/5] libcacard/vscclient.c: fix use of uninitialized variable > > So, what happened with this series? I still plan to do it, but didn't get to it yet. > > From the above 5 patches, only 3/5 (leakage of socket on error paths) > is ready to be applied. Should I apply it now, or wait for the > respin of whole series? (Or both?) I'll be happy if you do. (Both don't actually make sense :) > > Thanks, > > /mjt > >