Re: [PATCH net] nfc: fdp: bound the device-supplied read size in fdp_nci_i2c_read()
Bryam Vargas <[email protected]> Fri, 24 Jul 2026 10:26:10 +0000
| Newsgroups | dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Doruk, That's generous of you. We landed on the same missing bound; your patch is a clean fix for the overflow itself. I'll repost my v2 as v3 rebased on current net so David has something current to pick up -- it keeps the lower-bound reject (len < FDP_NCI_I2C_MIN_PAYLOAD, the one Simon flagged) and the skb leak fix in the same loop. I'll Cc you on the v3. Thanks, Bryam