| commit | 532ddc931e01f04cb5f61f8d8be3d1c7f7b0b979 | [log] [tgz] |
|---|---|---|
| author | Andre Przywara <andre.przywara@arm.com> | Wed Dec 22 14:31:52 2021 +0000 |
| committer | Edward Potapov <edward.potapov@arm.com> | Mon Aug 18 10:34:14 2025 -0500 |
| tree | 44d6b4f48a71c698d401f3a6decd62a80f2f555a | |
| parent | cae6e396e29aefa05286a1e0ad390b8ef381c5e5 [diff] |
libc: add memset tests memset is implemented in a more optimised fashion than the other memory related functions, so deserves some more scrutiny by a unit test. Add some tests that test corner cases like zero-length and unaligned start and lengths, verifying the buffer content afterwards. Change-Id: I3135b8656b5829e1ba623e54a78af5267ae501a5 Signed-off-by: Andre Przywara <andre.przywara@arm.com>