commit | 94e8f3c7125a36c6cedf37c8838cb77c8a8d8cf9 | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Tue Apr 02 10:08:33 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Apr 02 23:17:18 2019 +0200 |
tree | 6a674fc0f47441af321b254a094a9bbbc71e723c | |
parent | 6b7b6995c43e17f994c51c107740daedd948255a [diff] |
selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c flow_dissector_load.c:55:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error(1, errno, command); ^~~~~~~ flow_dissector_load.c:55:19: note: treat the string as an argument to avoid this error(1, errno, command); ^ "%s", 1 warning generated. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>