Skip to content
Snippets Groups Projects
Commit 6efb7458 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: use system command to get arch


Currently script uses Perl to get the machine architecture. This can be
erroneous since Perl uses the architecture of the machine that Perl was
compiled on not the architecture of the running machine. We should use
the systems `uname` command instead.

Use `uname -m` instead of Perl to get the machine architecture.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 2f042c93
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment