mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d2afdf5079
`memcpy()` must not be used if the input and output ranges overlap, because it is undefined if the data if copied from front to the end or vice versa. Found via valgrind. |
||
---|---|---|
.. | ||
cbc.c | ||
ccm.c | ||
ctr.c | ||
ecb.c | ||
Makefile |