On Fri, Jul 26, 2019 at 10:54:22AM +0200, Sedat Dilek wrote:
> [ Please CC me I am not subscribed to this ML ]
>
> Hi Andy,
>
> unfortunately, I did not found a cover-letter on netdev mailing-list.
> So, I am answering here.
>
> What are the changes v2->v3?
I combined my 11 patches with 1 from
[ Please CC me I am not subscribed to this ML ]
Hi Andy,
unfortunately, I did not found a cover-letter on netdev mailing-list.
So, I am answering here.
What are the changes v2->v3?
Again, unfortunately I throw away all v2 out of my local linux Git repository.
So, I could have looked at the diff
From: Andrey Konovalov
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 syzkall