aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/buffer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14ensure no NULL is passed to memcpymoneromooo-monero1-1/+2
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear
2018-12-23epee: better network buffer data structuremoneromooo-monero1-0/+97
avoids pointless allocs and memcpy