History log of /rk3399_ARM-atf/lib/libc/strnlen_secure.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 38b5f93a 20-Mar-2025 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "feat(lib): implement strnlen secure and strcpy secure function" into integration


# eb088894 17-Mar-2025 Jit Loon Lim <jit.loon.lim@altera.com>

feat(lib): implement strnlen secure and strcpy secure function

Implement safer version of 'strnlen' function
to handle NULL terminated strings with additional
bound checking and secure version of st

feat(lib): implement strnlen secure and strcpy secure function

Implement safer version of 'strnlen' function
to handle NULL terminated strings with additional
bound checking and secure version of string copy function
to support better security and avoid destination
buffer overflow.

Change-Id: I93916f003b192c1c6da6a4f78a627c8885db11d9
Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
Signed-off-by: Girisha Dengi <girisha.dengi@intel.com>

show more ...