Re: [PATCH net 0/2] tcp: fix possible crash in tcp_v4_err()

2019-02-18 Thread David Miller
From: Eric Dumazet Date: Sun, 17 Feb 2019 18:20:21 -0800 > > > On 02/17/2019 03:47 PM, David Miller wrote: >> From: Eric Dumazet >> Date: Fri, 15 Feb 2019 13:36:19 -0800 >> >>> soukjin bae reported a crash in tcp_v4_err() that we >>> root caused to a missing initialization. >>> >>> Second pat

Re: [PATCH net 0/2] tcp: fix possible crash in tcp_v4_err()

2019-02-17 Thread Eric Dumazet
On 02/17/2019 03:47 PM, David Miller wrote: > From: Eric Dumazet > Date: Fri, 15 Feb 2019 13:36:19 -0800 > >> soukjin bae reported a crash in tcp_v4_err() that we >> root caused to a missing initialization. >> >> Second patch adds a sanity check in tcp_v4_err() to avoid >> future potential pro

Re: [PATCH net 0/2] tcp: fix possible crash in tcp_v4_err()

2019-02-17 Thread David Miller
From: Eric Dumazet Date: Fri, 15 Feb 2019 13:36:19 -0800 > soukjin bae reported a crash in tcp_v4_err() that we > root caused to a missing initialization. > > Second patch adds a sanity check in tcp_v4_err() to avoid > future potential problems. Ignoring an ICMP message > is probably better than