Re: [PATCH net-next v3 1/2] tcp: Get a proper dst before checking it.

2017-08-22 Thread Eric Dumazet
On Mon, 2017-08-21 at 23:33 -0700, Tonghao Zhang wrote: > tcp_peer_is_proven needs a proper route to make the > determination, but dst always is NULL. This bug may > be there at the beginning of git tree. This does not > look serious enough to deserve backports to stable > versions. > > Signed-off

[PATCH net-next v3 1/2] tcp: Get a proper dst before checking it.

2017-08-21 Thread Tonghao Zhang
tcp_peer_is_proven needs a proper route to make the determination, but dst always is NULL. This bug may be there at the beginning of git tree. This does not look serious enough to deserve backports to stable versions. Signed-off-by: Tonghao Zhang --- net/ipv4/tcp_input.c | 9 - 1 file ch