diff options
author | Al Viro <[email protected]> | 2016-05-09 11:54:48 -0400 |
---|---|---|
committer | Al Viro <[email protected]> | 2016-05-09 14:04:29 -0400 |
commit | dd254f5a382cc7879db7a07ed266b12d38fe3ab6 (patch) | |
tree | bd644bbc841c64c265d72c74d9c82d9df61d4064 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7367ab9157d6829351dd4aa404352402f064686c (diff) |
fold checks into iterate_and_advance()
they are open-coded in all users except iov_iter_advance(), and there
they wouldn't be a bad idea either - as it is, iov_iter_advance(i, 0)
ends up dereferencing potentially past the end of iovec array. It
doesn't do anything with the value it reads, and very unlikely to
trigger an oops on dereference, but it is not impossible.
Reported-by: Jiri Slaby <[email protected]>
Reported-by: Takashi Iwai <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions