[PATCH 3/5] leaking_addresses: add range check for vsyscall memory

2017-12-06 Thread Tobin C. Harding
Currently script checks only first and last address in the vsyscall memory range. We can do better than this. When checking for false positives against $match, convert $match to a hexadecimal value then check if it lies within the range of vsyscall addresses. Signed-off-by: Tobin C. Harding

[PATCH 3/5] leaking_addresses: add range check for vsyscall memory

2017-12-06 Thread Tobin C. Harding
Currently script checks only first and last address in the vsyscall memory range. We can do better than this. When checking for false positives against $match, convert $match to a hexadecimal value then check if it lies within the range of vsyscall addresses. Signed-off-by: Tobin C. Harding ---