[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210423040214.15438-1-dan@dlrobertson.com>
Date: Fri, 23 Apr 2021 00:02:12 -0400
From: Dan Robertson <dan@...obertson.com>
To: Alexander Aring <alex.aring@...il.com>,
Stefan Schmidt <stefan@...enfreihafen.org>,
"David S . Miller" <davem@...emloft.net>,
linux-wpan@...r.kernel.org, netdev@...r.kernel.org
Cc: Dan Robertson <dan@...obertson.com>
Subject: [PATCH 0/2] net: ieee802154: fix logic errors
I hit two null derefs due to logic errors.
- ieee802154_llsec_parse_key_id null deref if PAN ID is null.
- ieee802154_llsec_parse_dev_addr null deref if the given mode
does not match the given address.
New to ieee802154, so feedback would definitely be appreciated.
Dan Robertson (2):
net: ieee802154: fix null deref in parse dev addr
net: ieee802154: fix null deref in parse key id
net/ieee802154/nl-mac.c | 2 +-
net/ieee802154/nl802154.c | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
--
2.31.1
Powered by blists - more mailing lists