On Thu, Jun 22, 2017 at 10:54 AM, David Miller <da...@davemloft.net> wrote: > From: Wei Wang <wei...@google.com> > Date: Thu, 22 Jun 2017 10:49:24 -0700 > >> On Thu, Jun 22, 2017 at 10:25 AM, David Miller <da...@davemloft.net> wrote: >>> From: Wei Wang <tracyw...@gmail.com> >>> Date: Wed, 21 Jun 2017 14:36:31 -0700 >>> >>>> + memset(&sk->sk_v6_daddr, 0 sizeof(sk->sk_v6_daddr); >>> >>> Tell me how that compiles. >> >> Really sorry about that. I ported over the change manually from >> another branch and made the stupid mistake... >> Will send out v2 shortly. > > Misporting the change isn't stupid. > > Not build and functionally testing your change is.
Yes. Agree... I did the testing on the other branch but did not do it again after porting the change over. Will definitely remember to do it next time. Really sorry about it...