aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorDmitry Monakhov <[email protected]>2011-11-16 09:21:48 +0100
committerJens Axboe <[email protected]>2011-11-16 09:21:48 +0100
commit3bb9068278ea524581237abadd41377a14717e7d (patch)
tree6e360ae87c4b393e862b6bb2ab18e8f2cea22797 /tools/perf/util/scripting-engines/trace-event-python.c
parent6b76106d8ef31111d6fc469564b83b5f5542794f (diff)
loop: prevent information leak after failed read
If read was not fully successful we have to fail whole bio to prevent information leak of old pages ##Testcase_begin dd if=/dev/zero of=./file bs=1M count=1 losetup /dev/loop0 ./file -o 4096 truncate -s 0 ./file # OOps loop offset is now beyond i_size, so read will silently fail. # So bio's pages would not be cleared, may which result in information leak. hexdump -C /dev/loop0 ##testcase_end Signed-off-by: Dmitry Monakhov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions