On Fri, Feb 15, 2019 at 9:21 PM Neal Cardwell <ncardw...@google.com> wrote: > > On Fri, Feb 15, 2019 at 4:36 PM Eric Dumazet <eduma...@google.com> 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 <eduma...@google.com> > > Reported-by: soukjin bae <soukjin....@samsung.com> > > --- > > net/ipv4/tcp_ipv4.c | 5 ++++- > > 1 file changed, 4 insertions(+), 1 deletion(-) > > Acked-by: Neal Cardwell <ncardw...@google.com>
Acked-by: Soheil Hassas Yeganeh <soh...@google.com> Thanks you for the fix, Eric! > > Thanks! > > neal