OSDN Git Service

dccp: do not leak jiffies on the wire
authorEric Dumazet <edumazet@google.com>
Mon, 4 Nov 2019 15:57:55 +0000 (07:57 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2019 10:21:10 +0000 (11:21 +0100)
commit888913ed7d7a825686bf255611a50904096abd17
treebe6843bae9446af45cdd8b39168b851aca88be2b
parentad56882f0cbaa8af92d022d1958c8c3bee56e59c
dccp: do not leak jiffies on the wire

[ Upstream commit 3d1e5039f5f87a8731202ceca08764ee7cb010d3 ]

For some reason I missed the case of DCCP passive
flows in my previous patch.

Fixes: a904a0693c18 ("inet: stop leaking jiffies on the wire")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Thiemo Nagel <tnagel@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/dccp/ipv4.c