-
Notifications
You must be signed in to change notification settings - Fork 206
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 #851, Pass aligned message into CFE_MSG_ComputeCheckSum #852
Fix #851, Pass aligned message into CFE_MSG_ComputeCheckSum #852
Conversation
@hukuzatuna - Could you check if this resolves #851? |
@hukuzatuna - standby, now I remember why I did that (to avoid the cppcheck warning). Let me fix both first. |
Standing by. (It fixed the first error, but now it throws the same error on SendUdp.c under the cFS-GroundSystem directory. I assume your fix will address all of them, so continuing to stand by.) |
0ba4bb6
to
2799d07
Compare
Fixed in cfe_msg_sechdr_checksum.c, but now throwing the same error in SendUdp under the cFS-GroundSystem directory:
Should I open another issue, or just track this category here? |
I was able to bring up a system with a new enough gcc to do cast-align=strict. I'll write issues if they don't exist already. |
CCB 2020-09-02 APPROVED |
Describe the contribution
Fix #851 - Fixes the cast-align error (use the aligned Msg since it's available already)
Testing performed
Standard build and unit test, passes
Expected behavior changes
No more alignment error
System(s) tested on
Additional context
None
Third party code
None
Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC