chiark / gitweb /
Use memcpy helpers and FILLZERO
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 14:28:54 +0000 (15:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Oct 2014 20:06:27 +0000 (21:06 +0100)
commit4f28e77ed21e75fcfb30e2f8d1d2b9b1657f44c6
tree3beb3965cfc49c19909e5c4570f7d648844f3d13
parent8438de14c58421696ce5679b062fca4a56188a34
Use memcpy helpers and FILLZERO

Replace various calls to memcpy and memset with equivalent calls to
these macros.

There are still a couple of open-coded memcpy(,buf_unprepend(),)
in udp.c's proxy code which will be done later.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
netlink.c
site.c
transform-cbcmac.c
transform-eax.c
util.c