crypto: `memcpy()` in overlapping data in ccm
`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.dev/timer
parent
7af7d37531
commit
d2afdf5079
Loading…
Reference in New Issue