Re: ipcomp bcopy -> mem*

2017-03-24 Thread Alexander Bluhm
On Fri, Mar 24, 2017 at 12:58:29PM -0400, David Hill wrote: > This diff converts the existing three bcopy's to memcpy or memmove. > The memcpy's are on freshly malloc'd memory so no overlap. As tc and tdb are properly aligned malloc(9)ed data and tc_dst and tdb_dst are sockaddr_union fields

ipcomp bcopy -> mem*

2017-03-24 Thread David Hill
Hello - This diff converts the existing three bcopy's to memcpy or memmove. The memcpy's are on freshly malloc'd memory so no overlap. OK? Index: netinet/ip_ipcomp.c === RCS file: /cvs/src/sys/netinet/ip_ipcomp.c,v retrieving