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 #46 #48 #49 #50, Resolve multiple static analysis issues (includes bug fixes) and remove unnecessary UT handlers #47

Merged
merged 4 commits into from
Aug 25, 2022

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Aug 17, 2022

Checklist (Please check before submitting)

Describe the contribution

Also removes the custom defined DS_STRING_TERMINATOR since anything other than '\0' would break standard calls.

Testing performed
CI

Expected behavior changes
No longer possible to overflow the various string buffers.

System(s) tested on
CI

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the Draco milestone Aug 17, 2022
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 18 potential problems in the proposed changes. Check the Files changed tab for more details.

@skliper skliper changed the title Fix #46, Resolve possible string buffer overflows Fix #46 #48 #49, Resolve multiple static analysis issues (includes bug fixes) Aug 18, 2022
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 21 potential problems in the proposed changes. Check the Files changed tab for more details.

@skliper skliper changed the title Fix #46 #48 #49, Resolve multiple static analysis issues (includes bug fixes) Fix #46 #48 #49 #50, Resolve multiple static analysis issues (includes bug fixes) and remove unnecessary UT handlers Aug 18, 2022
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 21 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

Found 21 potential problems in the proposed changes. Check the Files changed tab for more details.

@dzbaker dzbaker requested a review from dmknutsen August 25, 2022 18:55
@dzbaker dzbaker merged commit 96e2021 into nasa:main Aug 25, 2022
@skliper skliper deleted the fix46-strcpy_overflows branch September 19, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment