| commit | 2a663722cf68d8ef6ab83baa7f4ec5df35f35fc9 | [log] [tgz] |
|---|---|---|
| author | Andre Przywara <andre.przywara@arm.com> | Wed Dec 22 13:45:18 2021 +0000 |
| committer | Edward Potapov <edward.potapov@arm.com> | Mon Aug 18 10:34:14 2025 -0500 |
| tree | 26147aad1895d3674a4841610ba066fb90bd93a0 | |
| parent | 529260351a12ff237196565a3333256b6b21ca2b [diff] |
memcpy: fix pointless test When testing memcpy, we should use buffers with *different* content, otherwise memcpy() would pass when implemented as a NOP. Prime our buffers with two different values, to tell them apart and to be able to verify the actual copying. Change-Id: I2183be9560e2f2a284199b5d3fd19e361358890c Signed-off-by: Andre Przywara <andre.przywara@arm.com>