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 #66, correct buffer overflows in UT #67

Merged
merged 1 commit into from
Jan 19, 2023

Commits on Jan 16, 2023

  1. Fix nasa#66, correct buffer overflows in UT

    The default size of the "EventText" string is 32, but the unit test had
    hard coded string sizes of 50 chars, which will overflow the buffer.
    
    Use "sizeof" operator to adjust to the actual size of the destination to
    correct the issue.
    jphickey committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    fee9f57 View commit details
    Browse the repository at this point in the history