svn commit: r333911 - head/sys/netinet

Jonathan Looney jonlooney at gmail.com
Mon May 21 13:15:45 UTC 2018


On Sat, May 19, 2018 at 10:27 PM, Matt Macy <mmacy at freebsd.org> wrote:

> +       il = malloc(sizeof(struct in_pcblist) + n * sizeof(struct inpcb
> *), M_TEMP, M_WAITOK|M_ZERO);
> +       inp_list = il->il_inp_list;
>

Why does this need M_ZERO?

Jonathan


More information about the svn-src-head mailing list