summaryrefslogtreecommitdiffstats
path: root/libxtables
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-12-05 13:36:31 +0100
committerPhil Sutter <phil@nwl.cc>2019-12-06 12:12:08 +0100
commit28c16371cdad16707674450b59919e3d97185694 (patch)
tree9b1ef8c86b84af4955ba96af9accfea71dc78f79 /libxtables
parent98b221002960040bf3505811c06025b6b9b6984b (diff)
extensions: cluster: Avoid undefined shift
Value 1 is signed by default and left-shifting by 31 is undefined for those. Fix this by marking the value as unsigned. Fixes: 64a0e09894e52 ("extensions: libxt_cluster: Add translation to nft")
Diffstat (limited to 'libxtables')
0 files changed, 0 insertions, 0 deletions