Re: [ovs-dev] [PATCH] makefile.am: Apply printf check only to OVS userspace.

2014-05-23 Thread Jesse Gross
On Fri, May 23, 2014 at 9:15 AM, Ben Pfaff wrote: > On Fri, May 23, 2014 at 09:03:35AM -0700, Jesse Gross wrote: >> We shouldn't restrict printf specifiers in kernel or third party >> code. >> >> Signed-off-by: Jesse Gross > > Acked-by: Ben Pfaff Thanks, applied. ___

Re: [ovs-dev] [PATCH] makefile.am: Apply printf check only to OVS userspace.

2014-05-23 Thread Ben Pfaff
On Fri, May 23, 2014 at 09:03:35AM -0700, Jesse Gross wrote: > We shouldn't restrict printf specifiers in kernel or third party > code. > > Signed-off-by: Jesse Gross Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/

[ovs-dev] [PATCH] makefile.am: Apply printf check only to OVS userspace.

2014-05-23 Thread Jesse Gross
We shouldn't restrict printf specifiers in kernel or third party code. Signed-off-by: Jesse Gross --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0b59280..a98541f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,7 +209,8 @@