summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-05-10 22:06:38 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-02 17:20:54 +0200
commit2cdaf6782b517932eaee74c199b79ffc4674838c (patch)
tree406ae0de0b4feb1a792ee12f8f043c5366d38c71 /net/sctp/socket.c
parent474db4dfd942780673538b4b032dccb6b3bcfbd2 (diff)
ext4: unsigned int compared against zero
commit fbbbbd2f28aec991f3fbc248df211550fbdfd58c upstream. There are two cases where u32 variables n and err are being checked for less than zero error values, the checks is always false because the variables are not signed. Fix this by making the variables ints. Addresses-Coverity: ("Unsigned compared against 0") Fixes: 345c0dbf3a30 ("ext4: protect journal inode's blocks using block_validity") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ashwin H <ashwinh@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/sctp/socket.c')
0 files changed, 0 insertions, 0 deletions