Re: [PATCH net] tcp: fix AO info use-after-free in tcp_ao_connect_init()

From: Ming Qing

Date: Wed Aug 19 2026 - 04:08:46 EST


On Tue, 18 Aug 2026 at 18:21, Eric Dumazet <edumazet@xxxxxxxxxx> wrote:
> Why keeping WARN_ON_ONCE(1) then?
> This will crash with panic_on_warn=1.

Ack, will remove WARN_ON_ONCE in v2. Thanks!