diff options
author | 2017-07-08 20:50:21 +0100 | |
---|---|---|
committer | 2017-09-22 13:00:57 -0700 | |
commit | 86aea56f14929ff1c05eca1776e9068e907429d5 (patch) | |
tree | a07652c9a5e08fc4a63713d07722240d062f383f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | apparmor: Fix shadowed local variable in unpack_trans_table() (diff) | |
download | wireguard-linux-86aea56f14929ff1c05eca1776e9068e907429d5.tar.xz wireguard-linux-86aea56f14929ff1c05eca1776e9068e907429d5.zip |
apparmor: Fix logical error in verify_header()
verify_header() is currently checking whether interface version is less
than 5 *and* greater than 7, which always evaluates to false. Instead it
should check whether it is less than 5 *or* greater than 7.
Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions