diff options
author | 2017-08-05 19:00:31 -0400 | |
---|---|---|
committer | 2017-08-05 19:00:31 -0400 | |
commit | 381cebfe72e17e495281c07c976797f5a397515a (patch) | |
tree | ece9bc4bd3cde775c7582ca75192159d58412c54 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize (diff) | |
download | linux-rng-381cebfe72e17e495281c07c976797f5a397515a.tar.xz linux-rng-381cebfe72e17e495281c07c976797f5a397515a.zip |
ext4: silence array overflow warning
I get a static checker warning:
fs/ext4/ext4.h:3091 ext4_set_de_type()
error: buffer overflow 'ext4_type_by_mode' 15 <= 15
It seems unlikely that we would hit this read overflow in real life, but
it's also simple enough to make the array 16 bytes instead of 15.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions