> As this is my first kernel patch, could someone please give it a quick
> look before I submit it, so that I can be sure that it contains no stupid
> glitches? 
> [...]
> +                                     bzero(&src, sizeof(src));
> +                                     src.sin_family = AF_INET;
> +                                     src.sin_port = inp->inp_lport;
> +                                     src.sin_addr = *(struct in_addr 
>*)CMSG_DATA(cm);
> +                                     bound = 1;
Except of course forgetting to set src.sin_len :(

Thomas


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to