Thread (7 messages) flat view 7 messages, 3 authors, 2022-01-12

Re: [PATCH] nfc: st-nci: Fix potential buffer overflows in EVT_TRANSACTION

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-11-18 04:42:29
Also in: lkml

On Wed, 17 Nov 2021 18:15:51 +0100 Jordy Zomer wrote:
+
+		// Checking if the length of the AID is valid
+		if (transaction->aid_len > sizeof(transaction->aid))
+			return -EINVAL;
+
+
Please remove the double blank lines and use more common style of
multi-line comments /* */ like the rest of this file.

Same for the other patch. Thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help