aboutsummaryrefslogtreecommitdiff
path: root/lib/test_fortify/write_overflow-strncpy-src.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-03-17 14:34:20 +0000
committerJan Kara <[email protected]>2023-03-21 15:06:06 +0100
commitfae0a2b2077c30f567b6b32c2467e7dda8e1d270 (patch)
tree06298a3abdb113cd9f5da0928e2344f98ca188b5 /lib/test_fortify/write_overflow-strncpy-src.c
parentc87d175d0ae715a1cdd9a315253f3fb410fb0421 (diff)
ext2: remove redundant assignment to pointer end
Pointer is assigned a value that is never read, the assignment is redundant and can be removed. Cleans up clang-scan warning: fs/ext2/xattr.c:555:3: warning: Value stored to 'end' is never read [deadcode.DeadStores] end = (char *)header + sb->s_blocksize; Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions