summaryrefslogtreecommitdiffstats
path: root/src/expr/target.c
diff options
context:
space:
mode:
authorAna Rey <anarey@gmail.com>2013-11-19 17:56:18 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-19 21:04:59 +0100
commit2b690deea3a9e43f9f73372b3d712f55365c2379 (patch)
treed53d90393bbf675e5811742427f10b74e7882bf5 /src/expr/target.c
parent0bec6bc5e58a8fac7ed6aa637a906a7d7378cf4e (diff)
expr: log: fix missing \0 when sending log prefix to kernel
If I run my automatic unit test for libnftables, It shows: "ERROR: Expr NFT_EXPR_LOG_PREFIX mismatches" a: test b: test ^^ garbage The problem was in nft_rule_expr_log_build function. With the attached patch, we use mnl_attr_put_strz() instead of mnl_attr_put_str() as in other functions in the library. Signed-off-by: Ana Rey <anarey@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/expr/target.c')
0 files changed, 0 insertions, 0 deletions