Re: netinet memcpy/free

2018-04-02 Thread Todd C. Miller
On Sat, 31 Mar 2018 15:13:03 -0400, David Hill wrote: > memcpy can be used on freshly allocated memory. Fill in the free size > for it. OK millert@ - todd

netinet memcpy/free

2018-03-31 Thread David Hill
Hello - memcpy can be used on freshly allocated memory. Fill in the free size for it. OK? Index: netinet/tcp_subr.c === RCS file: /cvs/src/sys/netinet/tcp_subr.c,v retrieving revision 1.169 diff -u -p -r1.169 tcp_subr.c --- netinet