You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Replace strlen/strcpy/strncpy/memcpy with snprintf to resolve Codacy findings (CWE-120, CWE-126)
Use snprintf with %s and %.*s for all string copies in apphand_converter
to eliminate Codacy warnings about unbounded copies, MS-banned functions,
and non-null-terminated string handling. No behavioral change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Nancy Zhang <nancy.zhang@enteligent.com>
0 commit comments