[SLOF] [PATCH 0/3] ipv6: Some more fixes + clean-ups

Thomas Huth thuth at redhat.com
Thu Apr 7 20:09:52 AEST 2016


The send_ipv6() function contains two more potential bugs.
First patch fixes an issue with using an uninitialized array on the
stack, and second patch makes sure that we do not accidentially send
out a packet twice (after having done the NDP procedure).
Third patch simply cleans up some white space issues in the ipv6 code.

Note: Patches should be applied after the "ipv6: Add support for
sending packets through a router" patch that I sent to the SLOF
list earlier today.

Thomas Huth (3):
  ipv6: Do not use unitialized MAC address array
  ipv6: send_ipv6() has to return after doing NDP
  ipv6: Indent code with tabs, not with spaces

 clients/net-snk/app/netlib/dns.c    |  7 +++----
 clients/net-snk/app/netlib/icmpv6.c |  7 +++----
 clients/net-snk/app/netlib/ipv6.c   | 29 +++++++++++++++++------------
 clients/net-snk/app/netlib/udp.c    |  6 +++---
 4 files changed, 26 insertions(+), 23 deletions(-)

-- 
1.8.3.1



More information about the SLOF mailing list