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 #435, fix string manipulations to avoid warnings #441

Merged
merged 2 commits into from
May 11, 2020

Commits on May 5, 2020

  1. Fix nasa#435, Changes for string ops warnings

    Resize buffers and tweak string copies to avoid truncation warnings
    in GCC 9.  Note the code was generally OK (handled truncation) but
    the new compiler still generates warnings even with correct usage
    of certain functions.
    
    In the UT_os_printf macro, be sure to "use" the return value
    of the snprintf() call, which avoids warnings about truncation.
    jphickey committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a227f3b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    6175171 View commit details
    Browse the repository at this point in the history