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.
___
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/
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 @@