[PATCH 1/4] Remove duplicate memset() A trivial one-liner.
[PATCH 2/4] netdev-bsd: Fix strncpy() errors [PATCH 3/4] userspace: Fix strncpy() errors [PATCH 4/4] datapath: Fix strncpy() errors These 3 are all the same thing, just split for different sections of the code. I can't build the BSD part so I pulled that out. From there it seemed sane to split the userspace from the kernel changes. I'm happy to squash all of this instead if desired. datapath/linux/compat/genetlink-openvswitch.c | 3 ++- datapath/vport-gre.c | 4 ++-- datapath/vport-lisp.c | 2 +- datapath/vport-vxlan.c | 2 +- lib/netdev-bsd.c | 16 ++++++++-------- lib/ovs-router.c | 5 +++-- lib/timeval.c | 1 - lib/tnl-arp-cache.c | 3 ++- lib/tnl-ports.c | 2 +- ofproto/ofproto-dpif-xlate.c | 3 ++- 10 files changed, 22 insertions(+), 19 deletions(-) -- Russell Bryant _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev