Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix VLOG_ERR_RL() call.

2016-08-11 Thread Joe Stringer
On 11 August 2016 at 17:58, Daniele Di Proietto wrote: > > > 2016-08-11 17:54 GMT-07:00 Joe Stringer : >> >> a716ef9a7a73 ("ofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.") >> inadvertantly broke build on clang due to improper passing of the ds >> cstring into the VLOG() function: >> >> error

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix VLOG_ERR_RL() call.

2016-08-11 Thread Daniele Di Proietto
2016-08-11 17:54 GMT-07:00 Joe Stringer : > a716ef9a7a73 ("ofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.") > inadvertantly broke build on clang due to improper passing of the ds > cstring into the VLOG() function: > > error: format string is not a string literal > (potentially insecure

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix VLOG_ERR_RL() call.

2016-08-11 Thread Joe Stringer
a716ef9a7a73 ("ofproto-dpif-xlate: Log flow in XLATE_REPORT_ERROR.") inadvertantly broke build on clang due to improper passing of the ds cstring into the VLOG() function: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] XLATE_REPORT_ERR