We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/home/user/nasa/cFS/tools/cFS-GroundSystem/Subsystems/cmdUtil/cmdUtil.c:817:17: error: ‘strncpy’ specified bound 1024 equals destination size [-Werror=stringop-truncation] strncpy(sbuf, &tail[1], sizeof(sbuf));
cFS-GroundSystem/Subsystems/cmdUtil/cmdUtil.c
Line 817 in 5e879b9
The text was updated successfully, but these errors were encountered:
fix nasa#128 - strncpy should result in null term
da440e7
fix nasa#128 - strncpy should result in a null term
446179d
Merge pull request #129 from CDKnightNASA/fix-128-strncpy_null_term
ec54b1a
Fix #128, strncpy should result in null term
Successfully merging a pull request may close this issue.
cFS-GroundSystem/Subsystems/cmdUtil/cmdUtil.c
Line 817 in 5e879b9
The text was updated successfully, but these errors were encountered: