<div dir="ltr">Hi,<div><br></div><div>Thank you for the review, Dmitry, Mike! I'll send out a patch soon.</div><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class=""><br></div><div class="">
> +     memset(&msg, 0, sizeof(msg));<br>
> +     memset(&sa, 0, sizeof(sa));<br>
> +     memset(&nlh, 0, sizeof(nlh));<br>
> +     memset(&conn_req, 0, sizeof(conn_req));<br>
<br>
</div>do you need to zero these out when you initialize their content below ?<br></blockquote><div><br></div><div>Indeed, the calls do seem to fail when they are not initialised.</div><div><br></div><div><br></div><div>Thank you!</div>
<div>Zubin</div></div></div></div>