summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-03-24 00:34:22 +0100
committerJohn Johansen <john.johansen@canonical.com>2018-03-24 01:25:25 +0100
commita61ecd329cfa951b7d36c13e9e2a07e7761c0e89 (patch)
treec92710e501d822e36598c816887a5fca2bb11c21 /drivers/thunderbolt
parentapparmor: update MAINTAINERS file git and wiki locations (diff)
downloadlinux-a61ecd329cfa951b7d36c13e9e2a07e7761c0e89.tar.xz
linux-a61ecd329cfa951b7d36c13e9e2a07e7761c0e89.zip
apparmor: fix error returns checks by making size a ssize_t
Currently variable size is a unsigned size_t, hence comparisons to see if it is less than zero (for error checking) will always be false. Fix this by making size a ssize_t Detected by CoverityScan, CID#1466080 ("Unsigned compared against 0") Fixes: 8e51f9087f40 ("apparmor: Add support for attaching profiles via xattr, presence and value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'drivers/thunderbolt')
0 files changed, 0 insertions, 0 deletions