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 #139, Remove use of message storage in CF_AppData global #371

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution
Fixes #139
Removed the only remaining use of the global data structure to store the message buffer. No longer required and all tests passing without need for it.
Some typos and capitalizations of acronyms added along with this PR.
Code changes are in cf_cfdp_sbintf.c. The rest are typos/comments amendments.

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

Expected behavior changes
No change to behavior.

Contributor Info
Avi Weiss @thnkslprpt

@dzbaker dzbaker requested a review from chillfig March 30, 2023 18:31
@thnkslprpt thnkslprpt force-pushed the fix-139-remove-use-of-message-storage-in-cf-global branch from ea551c5 to bb4ad62 Compare March 31, 2023 04:50
Copy link
Contributor

@chillfig chillfig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal looks good. Typos corrections look appropriate as well.

@dzbaker dzbaker merged commit b0269ef into nasa:main Apr 6, 2023
@thnkslprpt thnkslprpt deleted the fix-139-remove-use-of-message-storage-in-cf-global branch April 6, 2023 21:44
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 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.

Remove use of message storage in CF_AppData global
4 participants