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

Trigger for static analysis 20210323 #924

Closed
wants to merge 5 commits into from
Closed

Commits on Mar 10, 2021

  1. Fix nasa#843, remove BIG/LITTLE bit order macros

    The "common_types.h" file will no longer provide these.
    jphickey committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5ea8bb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Fix nasa#888, better return codes from OS_SymbolTableDump_Impl

    Improve the error codes from this function.
    
    - Introduces a new error "OS_ERR_OUTPUT_TOO_LARGE" if the size
    limit was insufficient (instead of OS_SUCCESS).
    - Return OS_ERROR if an empty file was written - this likely
    indicates some fundamental issue with the VxWorks symbol table.
    - Return OS_ERR_NAME_TOO_LONG if one of the symbol names was
    too long, (instead of generic OS_ERROR).
    
    Improve unit test to check for/verify these responses.
    jphickey committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c9327ee View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    b49a7f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c290389 View commit details
    Browse the repository at this point in the history
  3. Static analysis merge

    Merge branches 'fix831-add_bsd_sockets_coverage', 'fix846-code_review_minor_cleanup', 'fix-888-symEach-errs' and 'fix-843-endian-cleanup' into sa-20210323
    skliper committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    d43f174 View commit details
    Browse the repository at this point in the history