* [libnftables PATCH] data_reg: xml: fix using bad temp variable
@ 2013-05-29 22:45 Arturo Borrero
2013-06-05 3:05 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero @ 2013-05-29 22:45 UTC (permalink / raw)
To: netfilter-devel; +Cc: pablo
This is a bug. It should use 'utmp' instead of 'tmp'.
Signed-off-by: Arturo Borero Gonzalez <arturo.borrero.glez@gmail.com>
---
src/expr/data_reg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/expr/data_reg.c b/src/expr/data_reg.c
index cf74888..71b10fe 100644
--- a/src/expr/data_reg.c
+++ b/src/expr/data_reg.c
@@ -204,7 +204,7 @@ static int nft_data_reg_value_xml_parse(union nft_data_reg *reg, char *xml)
mxmlDelete(tree);
return -1;
}
- reg->val[i] = tmp;
+ reg->val[i] = utmp;
}
reg->len = sizeof(reg->val);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libnftables PATCH] data_reg: xml: fix using bad temp variable
2013-05-29 22:45 [libnftables PATCH] data_reg: xml: fix using bad temp variable Arturo Borrero
@ 2013-06-05 3:05 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-06-05 3:05 UTC (permalink / raw)
To: Arturo Borrero; +Cc: netfilter-devel
On Thu, May 30, 2013 at 12:45:06AM +0200, Arturo Borrero wrote:
> This is a bug. It should use 'utmp' instead of 'tmp'.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-05 3:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 22:45 [libnftables PATCH] data_reg: xml: fix using bad temp variable Arturo Borrero
2013-06-05 3:05 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).