]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: fix attrs checks in netlink interface
authorAndrey Konovalov <andreyknvl@google.com>
Mon, 29 Jul 2019 13:35:01 +0000 (16:35 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jul 2019 15:56:26 +0000 (08:56 -0700)
commit33ffc0fc16a53503329ca7eb127e0e5cda824d58
tree52853491eb793cde61446a97c50f36bc9a6c939b
parent68fa850168667227f79c2ee6e79680a0c47befdd
NFC: fix attrs checks in netlink interface

nfc_genl_deactivate_target() relies on the NFC_ATTR_TARGET_INDEX
attribute being present, but doesn't check whether it is actually
provided by the user. Same goes for nfc_genl_fw_download() and
NFC_ATTR_FIRMWARE_NAME.

This patch adds appropriate checks.

Found with syzkaller.

Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/netlink.c