]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nfnetlink_queue: fix timestamp attribute
authorFlorian Westphal <fw@strlen.de>
Thu, 12 May 2016 12:43:54 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Mar 2018 10:17:50 +0000 (11:17 +0100)
commit7722fa7cba00349015157fccc0da2f7bbb32d97c
treed331de958994b2f80dd6cf6ee79279bf617fc262
parent72e4b53d6747852054bd12fd1a30781f6fae0ad1
netfilter: nfnetlink_queue: fix timestamp attribute

commit a7f1884554b81bd68cd435d72f09a3527629ac43 upstream.

Since 4.4 we erronously use timestamp of the netlink skb (which is zero).

Bugzilla: https://bugzilla.netfilter.org/show_bug.cgi?id=1066
Fixes: b28b1e826f818c30ea7 ("netfilter: nfnetlink_queue: use y2038 safe timestamp")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/netfilter/nfnetlink_queue.c