summaryrefslogtreecommitdiff
path: root/conntrack.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-08conntrack: consolidate all conntrack header includes into conntrack.hDaniel Borkmann1-0/+9
onchange='this.form.submit();'>
authorColin Ian King <colin.king@canonical.com>2016-12-16 13:32:39 +0000
committerRichard Weinberger <richard@nod.at>2017-01-17 13:57:32 +0100
commite8f19746e4b1e8c3118d240dba51f06153a37b07 (patch)
tree4917e9ccaf6e632bbb63b0048973df8b57edd301
parent5cf7a0f3442b2312326c39f571d637669a478235 (diff)
ubifs: ensure zero err is returned on successful return
err is no longer being set on a successful return path, causing a garbage value being returned. Fix this by setting err to zero for the successful return path. Found with static analysis by CoverityScan, CID 1389473 Fixes: 7799953b34d18 ("ubifs: Implement encrypt/decrypt for all IO") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat
24eb66672442a173147dc'>diff)
SoC: mxs-saif: check validity of ids in mxs_saif_probe()
There is a check for validity of one of ids in mxs_saif_probe(), while array dereferece is made by the other id. The patch adds the check for the second saif id. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c')