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 #752, use OS_READ_ONLY, not O_RDONLY #768

Merged
merged 2 commits into from
Jul 6, 2020

Commits on Jun 29, 2020

  1. Update README.md

    skliper authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a47abba View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Fix nasa#752, use OS_READ_ONLY, not O_RDONLY

    Calls to OS_open() must use the OSAL-defined symbol, not the POSIX symbol.
    This was a long-standing bug but happened to work because they are both
    zero.
    jphickey committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b9d442c View commit details
    Browse the repository at this point in the history