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 #38, correct uninitialized variable in UT #39

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Corrects an uninitialized variable warning - just memset() the object to zero.
Fixes #38

Testing performed
Run all unit tests

Expected behavior changes
No impact to behavior (called API did not dereference the pointer, so it did not matter what was in it)

System(s) tested on
Debian Bookworm

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

@dzbaker dzbaker merged commit b8821d6 into nasa:main Jan 19, 2023
@jphickey jphickey deleted the fix-38-uninit-var branch February 17, 2023 15:59
@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.

Uninitialized variable in unit tests
3 participants