Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #93, Replaces strncpy and strlen #94

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Commits on Jun 27, 2024

  1. Fix nasa#93, Replaces strncpy and strlen

    This commit addresses issues flagged during static analysis by:
    - Replacing strncpy with snprintf to enhance safety and compliance.
    - Replacing strlen with OS_strnlen to chance safety and compliance.
    jdfiguer authored and jdfiguer committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8df0a4b View commit details
    Browse the repository at this point in the history