[SLOF] [PATCH 0/3] ipv6: Some more fixes + clean-ups
Alexey Kardashevskiy
aik at ozlabs.ru
Tue Apr 12 13:49:24 AEST 2016
On 04/07/2016 08:09 PM, Thomas Huth wrote:
> 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(-)
>
Thanks, applied, including "ipv6: Add support for sending packets through a
router"
--
Alexey
More information about the SLOF
mailing list