1
0
Fork 0

leaking_addresses: use tabs instead of spaces

Current code uses spaces instead of tabs in places.

Use tabs instead of spaces.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
hifive-unleashed-5.1
Tobin C. Harding 2017-11-08 11:01:59 +11:00
parent bebc6082da
commit 7e5758f7f7
1 changed files with 28 additions and 28 deletions

View File

@ -177,8 +177,8 @@ sub is_false_positive
return 1;
}
# vsyscall memory region, we should probably check against a range here.
if ($match =~ '\bf{10}600000\b' or
if ($match =~ '\bf{10}600000\b' or# vsyscall memory region, we should probably check against a range here.
$match =~ '\bf{10}601000\b') {
return 1;
}