commit | 6d23dd9bbb2e71f1bc1bfbe77831e15cc505a995 | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Wed Nov 22 10:14:45 2017 +1100 |
committer | Tobin C. Harding <me@tobin.cc> | Sat Apr 07 08:50:34 2018 +1000 |
tree | 15115f5fc84a7b3d587755b04acdaa82d2c117be | |
parent | 0adb32858b0bddf4ada5f364a84ed60b196dbcda [diff] |
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>