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 #89, correct format spec strings and data types #90

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Resolves mismatches between format strings and the data types

Fixes #89

Testing performed
Build and run tests

Expected behavior changes
Builds successfully

System(s) tested on
RTEMS 4.11

Additional context
Includes a pass through clang-format, committed separately, as MM had a fair number of whitespace issues.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

} /* end MM_WriteFileHeaders if */

/* Close dump file */
if ((OS_Status = OS_close(FileHandle)) != OS_SUCCESS)

Check warning

Code scanning / CodeQL

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.
Resolves mismatches between format strings and the data types
Resolves whitespace errors, committed separately as MM had accumulated
a fair number of other mismatches.
@dzbaker dzbaker merged commit 5b5724d into nasa:main Jan 11, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Several printf spec string format conversions are incorrect
2 participants