Files
linux/include/uapi
Phil Sutter 714b98566f netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
[ Upstream commit 164166558a ]

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>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-12 11:24:21 +01:00
..
2019-06-11 12:22:49 +02:00
2016-05-05 23:51:51 +02:00
2016-07-25 10:59:31 +01:00
2014-10-08 20:15:57 +11:00