Re: [PATCH] wifi: ath12k: fix channel list double-free on error paths
Linkai Gong <[email protected]>
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 10, 2026 at 03:44:54PM +0530, Rameshkumar Sundaram wrote: > So this probably should either be split into two fixes, or the commit > message/Fixes tag should be adjusted. > > But unless there is another reachable path where these stale pointers > are later freed or dereferenced, do we really need a Fixes tag here? Thanks. Agree on both points , the first two hunks predate acc152f9be20 , and with Baochen's clarification there is no reachable second free, so a Fixes tag does not make sense. v2 will drop Fixes and keep this as one small hardening patch. Thanks, Linkai