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

osal Integration candidate: Caelum-rc4+dev7 #1239

Merged
merged 11 commits into from
Mar 25, 2022
Merged

Commits on Mar 18, 2022

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

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    5f1dbe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79e71cf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge pull request #1234 from ic-caelum-dev6-hotfix-format

    HOTFIX IC:Caelum-rc4+dev6, Fix failed format check
    astrogeco committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    14ec378 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1236 from skliper/fix1235-copyright

    Fix #1235, Update copyright header
    astrogeco committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    481490c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba426bb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Fix #1237, avoid calling memchr() with unknown size buffer

    In some systems, passing a large size value to memchr() causes it to
    return NULL, even if the char is guaranteed to be found within the
    actual valid buffer memory.
    
    This modifies the string buffer comparison function to actively
    check for this sentinel value and use "strlen()" instead.
    jphickey committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ea791ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1238 from jphickey/fix-1237-stringbuf-check

    Fix #1237, avoid calling memchr() with unknown size buffer
    astrogeco committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    571e952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6b6d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1240 from nasa/standardize-version.h

    HOTFIX #1233, Revert changes to versioning information
    astrogeco committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    bb79923 View commit details
    Browse the repository at this point in the history
  5. Bump to v6.0.0-rc4+dev66

    IC:Caelum-rc4+dev7, nasa/cFS#445
    astrogeco committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    76c56bf View commit details
    Browse the repository at this point in the history