From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754328AbcITLQW (ORCPT ); Tue, 20 Sep 2016 07:16:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38840 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbcITLQP (ORCPT ); Tue, 20 Sep 2016 07:16:15 -0400 Date: Tue, 20 Sep 2016 13:04:23 +0200 From: Greg KH To: James Cc: starblue@users.sourceforge.net, legousb-devel@lists.sourceforge.net, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, security@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] usb: misc: legousbtower: Fix NULL pointer deference Message-ID: <20160920110423.GA16639@kroah.com> References: <20160919180950.GA26819@hostname> <20160920062232.GB14316@kroah.com> <1474359501.4358.2.camel@suse.com> <20160920083256.GA12786@kroah.com> <20160920090955.GA25681@hostname> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920090955.GA25681@hostname> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2016 at 10:09:56AM +0100, James wrote: > Hi greg, > > Many appologies, I did not see your patch attached/forgot it existed when I > fixed this yesterday. I created this patch based on your > feedback from my original email on September 2nd. I have tested this patch > with an emulated device and it fixes the vulnerability. > Again, applogies for the long delay and patch confusion. Heh, my feedback contained the patch itself, so it might have been hard to miss it :) Anyway, I'll queue this up later today, thanks for the report, and testing, much appreciated. greg k-h