arm-trusted-firmware/include/lib/libc
Jit Loon Lim f328bff667 feat(lib): implement memcpy_s in lib
To support memcpy_s for better security purpose
to avoid overflowing the dest while copy from src.

Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
Change-Id: I63c3ea6a3e99c10d69be6bce04843c14b0a28a4d
2023-06-13 11:25:48 +08:00
..
aarch32 fix(libc): properly define SCHAR_MIN 2023-01-06 14:22:09 +01:00
aarch64 fix(libc): properly define SCHAR_MIN 2023-01-06 14:22:09 +01:00
sys feat(compiler-rt): update compiler-rt source files 2022-10-24 16:49:32 +01:00
arm_acle.h feat(hw_crc): add support for HW computed CRC 2021-05-19 19:34:34 +01:00
assert.h refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
cdefs.h feat(libc): add support for fallthrough statement 2023-03-20 13:37:36 +00:00
endian.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
errno.h libc: Cleanup FreeBSD files 2018-08-22 10:26:05 +01:00
inttypes.h fix(libc): pri*ptr macros for aarch64 2022-09-27 09:19:32 +02:00
limits.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
setjmp.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stdarg.h libc: Cleanup SCC headers 2018-08-22 10:26:05 +01:00
stdbool.h TF-A: Redefine true/false definitions 2020-07-14 15:28:26 +00:00
stddef.h libc: Consolidate unified definitions 2019-12-06 11:37:19 +01:00
stdint.h fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
stdio.h libc: Add support for vsnprintf() 2020-09-11 11:34:01 -05:00
stdlib.h libc: Import strtoull from FreeBSD project 2021-02-03 10:36:33 -06:00
string.h feat(lib): implement memcpy_s in lib 2023-06-13 11:25:48 +08:00
time.h libc: Consolidate the size_t and NULL definitions 2019-12-06 11:37:19 +01:00