net: ieee802154: nl-mac: fix check on panid
authorAlexander Aring <aahringo@redhat.com>
Sun, 28 Feb 2021 15:18:03 +0000 (10:18 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 06:42:13 +0000 (08:42 +0200)
commit8bfb45fa131d90a8b9ab137b63d146658b196b82
tree406d178b13774dab66718c78a9c9873c20552afc
parent38731bbcd9f0bb8228baaed5feb4a1f76530e49c
net: ieee802154: nl-mac: fix check on panid

commit 6f7f657f24405f426212c09260bf7fe8a52cef33 upstream.

This patch fixes a null pointer derefence for panid handle by move the
check for the netlink variable directly before accessing them.

Reported-by: syzbot+d4c07de0144f6f63be3a@syzkaller.appspotmail.com
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20210228151817.95700-4-aahringo@redhat.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ieee802154/nl-mac.c