summaryrefslogtreecommitdiff
path: root/contrib/epee/src/buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* epee: add missing headerselsta2021-10-221-0/+1
|
* 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