On Fri, Feb 15, 2019 at 9:21 PM Neal Cardwell <[email protected]> wrote: > > On Fri, Feb 15, 2019 at 4:36 PM Eric Dumazet <[email protected]> wrote: > > > > ICMP handlers are not very often stressed, we should > > make them more resilient to bugs that might surface in > > the future. > > > > If there is no packet in retransmit queue, we should > > avoid a NULL deref. > > > > Signed-off-by: Eric Dumazet <[email protected]> > > Reported-by: soukjin bae <[email protected]> > > --- > > net/ipv4/tcp_ipv4.c | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > Acked-by: Neal Cardwell <[email protected]>
Acked-by: Soheil Hassas Yeganeh <[email protected]> Thanks you for the fix, Eric! > > Thanks! > > neal
