]> asedeno.scripts.mit.edu Git - linux.git/commit
leaking_addresses: fix typo function not called
authorTobin C. Harding <me@tobin.cc>
Tue, 21 Nov 2017 23:14:45 +0000 (10:14 +1100)
committerTobin C. Harding <me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000 (08:50 +1000)
commit6d23dd9bbb2e71f1bc1bfbe77831e15cc505a995
tree15115f5fc84a7b3d587755b04acdaa82d2c117be
parent0adb32858b0bddf4ada5f364a84ed60b196dbcda
leaking_addresses: fix typo function not called

Currently code uses a check against an undefined variable because the
variable is a sub routine name and is not evaluated.

Evaluate subroutine; add parenthesis to sub routine name.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl