diff options
author | 2025-01-27 01:13:57 -0800 | |
---|---|---|
committer | 2025-01-30 06:14:33 -0800 | |
commit | 2a5c50ab332d574a2022a82aebc65880841121d2 (patch) | |
tree | cb2e0af8330dd0985c35675b17d5375d30d0fe91 /compiler/optimizing/nodes.h | |
parent | 63cde047113755a1de777120b68a42039e335868 (diff) |
WrapGetSystemProperties code replace unsafe strcpy() with memcpy()
Replaced the use of strcpy() with memcpy() for safer handling of string
copying. there was no actual buffer overflow, this change ensures that
memory copying is done explicitly with a specified size which prevents
potential issues that can arise from unsafe string handling. This
improves the code safety by providing better control over memory
boundaries
Change-Id: I9d91f6af79ffe1509342868b1e1a9a77b4a4d8f0
Diffstat (limited to 'compiler/optimizing/nodes.h')
0 files changed, 0 insertions, 0 deletions