]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dccp: do not leak jiffies on the wire
authorEric Dumazet <edumazet@google.com>
Mon, 4 Nov 2019 15:57:55 +0000 (07:57 -0800)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 26 Nov 2019 12:15:58 +0000 (13:15 +0100)
commitf9b40b883aa7b0ad50c46a767728db179e320b2d
tree8aa6650c71a0e7808a85a6f7b2576e8332d46f21
parent950691b0e3cf8de3e9ed5e7e6e43313abd69be43
dccp: do not leak jiffies on the wire

BugLink: https://bugs.launchpad.net/bugs/1853208
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
net/dccp/ipv4.c