Re: [PATCH] leaking_addresses: add support for 32-bit kernel addresses

From: Kaiwan N Billimoria
Date: Mon Dec 04 2017 - 00:10:35 EST


On Mon, Dec 4, 2017 at 10:25 AM, Tobin C. Harding <me@xxxxxxxx> wrote:
>
> > With the 'eval', no warning, it's fine.
>
> Why not use hex()?

> >
> > foreach my $config_file (@config_files) {
> > + $config_file =~ s/\R*//g;
>
> Is there some reason you don't use chomp()?

Tobin, now you can see that I'm indeed a Perl newbie noob! :-)
Will follow your suggestions.. indeed, feel free to go ahead with Perl-stuff
that's more appropriate than my (very amateur) perl!

thanks, Kaiwan.

> thanks,
> Tobin.