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 st_mode when using default values #26

Merged
merged 1 commit into from
Jan 21, 2023
Merged

Fix st_mode when using default values #26

merged 1 commit into from
Jan 21, 2023

Commits on Jan 20, 2023

  1. Fix st_mode when using default values

    st_mode may be empty on e.g. on Inherit the Earth demo dmg root
    st_mode ends up being 0 on root which results in I/O error down the line
    when listing root directory.
    
    According to TN we need to fill st_mode, st_uid and st_gid with sane values
    ourselves in this case.
    phcoder committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7100beb View commit details
    Browse the repository at this point in the history