From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHefh-0002CX-43 for qemu-devel@nongnu.org; Tue, 30 Oct 2018 20:47:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHefg-0007hj-8y for qemu-devel@nongnu.org; Tue, 30 Oct 2018 20:47:44 -0400 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:39573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHefg-0007cV-0U for qemu-devel@nongnu.org; Tue, 30 Oct 2018 20:47:44 -0400 Received: by mail-wr1-x442.google.com with SMTP id r10-v6so14595227wrv.6 for ; Tue, 30 Oct 2018 17:47:32 -0700 (PDT) MIME-Version: 1.0 References: <20181030035030.4542-1-zhangckid@gmail.com> In-Reply-To: From: Zhang Chen Date: Wed, 31 Oct 2018 08:47:19 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH] net/filter-rewirter.c: Fix coverity static analysis issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, jasowang@redhat.com, Zhang Chen Oh, Sorry. I will send the V2 patch. Thank Zhang Chen On Wed, Oct 31, 2018 at 12:18 AM Peter Maydell wrote: > On 30 October 2018 at 03:50, Zhang Chen wrote: > > The original code just follow the TCP state diagram, > > but in this case, we can skip the TCPS_TIME_WAIT state to simplify > > the implementation. > > > > Signed-off-by: Zhang Chen > > --- > > net/filter-rewriter.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > NB: typo in Subject: s/rewirter/rewriter/ > > Hopefully whoever commits this patch can fix that up for you. > > thanks > -- PMM >