From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FFBFC5519F for ; Thu, 12 Nov 2020 18:53:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E8FD722228 for ; Thu, 12 Nov 2020 18:53:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="kGOf3eWc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726586AbgKLSxH (ORCPT ); Thu, 12 Nov 2020 13:53:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:39322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726310AbgKLSxG (ORCPT ); Thu, 12 Nov 2020 13:53:06 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 990AA22228; Thu, 12 Nov 2020 18:53:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605207186; bh=c/e5tsEv43Yt5+CaOvP8oVoxcTKUl1FT9+Ff9Ppt774=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kGOf3eWckxp1f+m0XDYkYRGAnFOwisWpR/k6rLYnQn9lbGdXI1xH3in9/v0sfB7Iy hA5SLwQmOWnH5TFmI9Yn5rqj8DvHHeF6n0HRzzx407cW5dgZUH+3tOF3gb0n+MRiIC uXucGG/+0bzpjrqM8x6jnEC731g91b6FLz/abUw4= Date: Thu, 12 Nov 2020 19:54:03 +0100 From: Greg Kroah-Hartman To: John Boero Cc: Felipe Balbi , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: core: Null deref in kernel with USB webcams. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 12, 2020 at 06:15:08PM +0000, John Boero wrote: > Then why does line 278 right below it check for NULL? I am sorry, but there is no context here at all. There's a reason you don't top-post for technical discussions :) thanks, greg k-h