From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754094AbdJIKlR (ORCPT ); Mon, 9 Oct 2017 06:41:17 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:43761 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840AbdJIKlO (ORCPT ); Mon, 9 Oct 2017 06:41:14 -0400 X-Google-Smtp-Source: AOwi7QAS/FTmSbKuiWW2F7rHHQGNt/V+qSUYrPXAHFVClhm62aAbzYJIGgqEmlX114UVAOYYvVWPpw== Date: Mon, 9 Oct 2017 12:41:18 +0200 From: Johan Hovold To: Jaejoong Kim Cc: Johan Hovold , USB list , Andrey Konovalov , LKML , stable Subject: Re: [PATCH 1/2] USB: serial: console: fix use-after-free on disconnect Message-ID: <20171009104118.GS2618@localhost> References: <20171004090113.24218-1-johan@kernel.org> <20171004090113.24218-2-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 07, 2017 at 05:56:17PM +0900, Jaejoong Kim wrote: > Hi > > 2017-10-04 18:01 GMT+09:00 Johan Hovold : > > A clean-up patch removing removing two redundant NULL-checks from the > ^^^^^^^^^^^^^^^^^^ > The word 'removing' was written twice. :) Thanks for noticing, now fixed up. Johan