summaryrefslogtreecommitdiff
path: root/contrib/epee/src/buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ensure no NULL is passed to memcpymoneromooo-monero2019-06-141-1/+2
| | | | | NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear
* epee: better network buffer data structuremoneromooo-monero2018-12-231-0/+97
avoids pointless allocs and memcpy