commit | 5a786232eb69a1f870ddc0cfd69d5bdef241a2ea | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 19 16:17:14 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Apr 19 16:19:28 2018 +0200 |
tree | 4ef4e5a66e071e87539c0ca5e2321abbd95945cf | |
parent | d71efb599ad42ef1e564c652d8084252bdc85edf [diff] |
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2 These structures have different layout, fill xt_connmark_tginfo2 with old fields in xt_connmark_tginfo1. Based on patch from Jack Ma. Fixes: 472a73e00757 ("netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>