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
Describe the bug Negation of unsigned value
Expected behavior Keep same behavior but fix CodeQL warning.
Code snips
cFE/modules/evs/fsw/src/cfe_evs_utils.c
Line 319 in 9f42688
Additional context Caught by CodeQL - Violation of MISRA (Part of the coding standard). Could cast EVS_EventBurstMax.
Reporter Info Ariel Adams, MCSG Tech
The text was updated successfully, but these errors were encountered:
Merge pull request #2437 from chillfig:cast_EventBurstMax
db8ffb2
Fix #2150, Adds a cast to the negation of unsigned expression
8f108ef
Successfully merging a pull request may close this issue.
Describe the bug
Negation of unsigned value
Expected behavior
Keep same behavior but fix CodeQL warning.
Code snips
cFE/modules/evs/fsw/src/cfe_evs_utils.c
Line 319 in 9f42688
Additional context
Caught by CodeQL - Violation of MISRA (Part of the coding standard). Could cast EVS_EventBurstMax.
Reporter Info
Ariel Adams, MCSG Tech
The text was updated successfully, but these errors were encountered: