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 #63, Change format string to avoid GCC workflow failure #64

Conversation

thnkslprpt
Copy link
Contributor

@thnkslprpt thnkslprpt commented Nov 2, 2022

Checklist

Describe the contribution
Fixes #63
Format string in CFE_EVS_SendEvent instance changed to avoid potential NULL argument being passed in to "%s" format specifier, which causes a GCC error and workflow failure.

Testing performed
GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.

Expected behavior changes
Workflow (Build + Run) will complete without GCC error causing failure.

Contributor Info
Avi @thnkslprpt

@dzbaker dzbaker merged commit 3493142 into nasa:main Nov 2, 2022
@thnkslprpt thnkslprpt deleted the fix-63-change-format-string-to-avoid-workflow-failure branch November 2, 2022 11:35
@chillfig chillfig mentioned this pull request Nov 2, 2022
2 tasks
@dmknutsen dmknutsen added this to the Draco milestone Jan 18, 2023
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.

Change format string to avoid "‘%s’ directive argument is null error"
3 participants