Re: [PATCH] wifi: carl9170: clamp command response copy to the read buffer size
From: Tristan Madani
Date: Thu Jun 25 2026 - 19:46:29 EST
Hi Christian, Doruk,
No worries at all, these things happen. Both patches address the same
underlying issue from different angles -- mine returns early after
carl9170_restart() to skip the invalid response entirely, Doruk's
clamps the memcpy to ar->readlen.
Either approach works. If it helps, I'm happy to respin my 3-patch
series (the other two patches fix the TX status off-by-two and
rx_stream failover overflow in the same driver).
Let me know if you'd prefer a fresh resend or if you'd rather pick
from what's already on the list.
Thanks,
Tristan