Re: [PATCH 2/2] net: ieee802154: fix null deref in parse key id
From: Dan Robertson <dan@dlrobertson.com>
Date: 2021-04-23 14:35:31
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Dan Robertson <dan@dlrobertson.com>
Date: 2021-04-23 14:35:31
On Fri, Apr 23, 2021 at 09:28:48AM -0400, Alexander Aring wrote:
Hi, On Fri, 23 Apr 2021 at 00:03, Dan Robertson [off-list ref] wrote:quoted
Fix a logic error that could result in a null deref if the user does not set the PAN ID but does set the address.That should already be fixed by commit 6f7f657f2440 ("net: ieee802154: nl-mac: fix check on panid").
Ah right. I didn't look hard enough for an existing patch :) Thanks! - Dan