From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756120AbcDGO2N (ORCPT ); Thu, 7 Apr 2016 10:28:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59195 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbcDGO2M (ORCPT ); Thu, 7 Apr 2016 10:28:12 -0400 Date: Thu, 7 Apr 2016 07:28:11 -0700 From: Greg Kroah-Hartman To: Jiri Kosina Cc: Sudip Mukherjee , David Sterba , Jiri Slaby , linux-kernel@vger.kernel.org Subject: Re: [PATCH] tty: ipwireless: fix possible NULL dereference Message-ID: <20160407142811.GA10574@kroah.com> References: <1459941939-6427-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 07, 2016 at 03:47:54PM +0200, Jiri Kosina wrote: > On Wed, 6 Apr 2016, Sudip Mukherjee wrote: > > > The function alloc_ctrl_packet() can fail and return NULL. Incase it > > fails print an error message and exit. > > > > Signed-off-by: Sudip Mukherjee > > Reviewed-by: Jiri Kosina > > I don't have the git tree for this driver any more ... Greg, would you > mind taking this through your misc driver tree? Yes, I'll take it. thanks, greg k-h