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=-12.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 6442BC433ED for ; Fri, 23 Apr 2021 15:11:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2170D61463 for ; Fri, 23 Apr 2021 15:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242854AbhDWPLf (ORCPT ); Fri, 23 Apr 2021 11:11:35 -0400 Received: from proxima.lasnet.de ([78.47.171.185]:39976 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231320AbhDWPLf (ORCPT ); Fri, 23 Apr 2021 11:11:35 -0400 Received: from [IPv6:2003:e9:d72f:be76:f08b:2b88:fdb6:ca12] (p200300e9d72fbe76f08b2b88fdb6ca12.dip0.t-ipconnect.de [IPv6:2003:e9:d72f:be76:f08b:2b88:fdb6:ca12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: stefan@datenfreihafen.org) by proxima.lasnet.de (Postfix) with ESMTPSA id 84EA0C0415; Fri, 23 Apr 2021 17:10:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datenfreihafen.org; s=2021; t=1619190656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S070Ld9KTNP9Xn/umxdObbbmHMdP10amp3GIXAglQPY=; b=escJAnycWIB6D+onsvioWPlxgDL6D/PcZ81gBgHd161eL70NPBnQvi11G7NZ3nmvYLONPu xs+6+pdasmQbh2NtBLrG96VbSFf50H1oC2QwHiFgDPDYxJtGFkP78tYt6O6GNjV6jKC308 GEjK2GeN5PS7YNtM+I1bAz5XcgOB3y55iQASXxmKJMj036pcHcYvMJg+cuRn3rpGRZpQYJ sl0qtxUrzfKq0z8LiUBR1l6wT20ZIo8lpJX17zkm/x7Q4PL8a7qNp5n+RcObeqE1ZDshHw 34pMSBQaXNhcdaElxQNqhAYuO4KFqmgO3VHj6oUpMPx9Pi5w0yxi/h43FjCigg== Subject: Re: [PATCH 1/2] net: ieee802154: fix null deref in parse dev addr To: Alexander Aring , Dan Robertson Cc: "David S . Miller" , linux-wpan - ML , "open list:NETWORKING [GENERAL]" References: <20210423040214.15438-1-dan@dlrobertson.com> <20210423040214.15438-2-dan@dlrobertson.com> From: Stefan Schmidt Message-ID: <9d7af572-bf93-447d-e239-ba1015096aab@datenfreihafen.org> Date: Fri, 23 Apr 2021 17:10:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org Hello. On 23.04.21 15:25, Alexander Aring wrote: > Hi, > > On Fri, 23 Apr 2021 at 00:02, Dan Robertson wrote: >> >> Fix a logic error that could result in a null deref if the user sets >> the mode incorrectly for the given addr type. >> >> Signed-off-by: Dan Robertson > > Acked-by: Alexander Aring > > Thanks. > > - Alex > This patch has been applied to the wpan tree and will be part of the next pull request to net. Thanks! regards Stefan Schmidt