2024-02-22 22:04:44

by Kees Cook

[permalink] [raw]
Subject: [PATCH v2 0/4] leaking_addresses: Provide mechanism to scan binary files

Hi,

Since I was in this script for the binary file scanning, I did other
clean-ups and tweaked the MAINTAINERS file per Tycho's suggestion.

Changes in v2: patches 1-3, move hex() after ^0 skip
Prior v1: https://lore.kernel.org/linux-hardening/[email protected]/

-Kees

Kees Cook (4):
MAINTAINERS: Update LEAKING_ADDRESSES details
leaking_addresses: Use File::Temp for /tmp files
leaking_addresses: Ignore input device status lines
leaking_addresses: Provide mechanism to scan binary files

MAINTAINERS | 4 +-
scripts/leaking_addresses.pl | 90 +++++++++++++++++++++++++++++-------
2 files changed, 76 insertions(+), 18 deletions(-)

--
2.34.1



2024-02-22 23:55:32

by Tycho Andersen

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] leaking_addresses: Provide mechanism to scan binary files

Hi Kees,

On Thu, Feb 22, 2024 at 02:00:47PM -0800, Kees Cook wrote:
> Hi,
>
> Since I was in this script for the binary file scanning, I did other
> clean-ups and tweaked the MAINTAINERS file per Tycho's suggestion.

Thanks, the whole series is:

Reviewed-by: Tycho Andersen <[email protected]>

I also pinged Tobin off-list with this thread, perhaps he will respond
here.

Tycho