commit | 15f8a82a89650d51186778e86bf23fb458f32db9 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Thu Dec 05 13:35:25 2019 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Fri May 29 20:27:49 2020 +0200 |
tree | d5a296f91f9511dba39a7dd7c2fc8e0ac081ee3d | |
parent | fe1cfd89c239cb6ce54f0c7b99ec2eb517db5f12 [diff] |
include: Avoid undefined left-shift in xt_sctp.h Pull the fix in kernel commit 164166558aace ("netfilter: uapi: Avoid undefined left-shift in xt_sctp.h") into iptables repository. The original description is: With 'bytes(__u32)' being 32, a left-shift of 31 may happen which is undefined for the signed 32-bit value 1. Avoid this by declaring 1 as unsigned. Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>