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 #344, Consistent directory entry size limit #423

Merged
merged 2 commits into from
Apr 28, 2020

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    41862fd View commit details
    Browse the repository at this point in the history
  2. Fix nasa#344, Consistent directory entry size limit

    Changes FileName in os_dirent_t from OS_MAX_PATH_LEN to OS_MAX_FILE_NAME,
    and moves OS_check_name_length into OS_TranslatePath so it is
    consistantly applied everywhere. Also fixes the length checks in
    OS_check_name_length to account for terminating null.
    
    Unit tests updated to match new directory name limit.  Coverage
    tests updated to match simplified logic.
    skliper committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3fdd398 View commit details
    Browse the repository at this point in the history