-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use OS_stat to verify file existence #5
Labels
Comments
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Mar 21, 2023
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Mar 21, 2023
2 tasks
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Oct 2, 2023
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Jan 14, 2024
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Jan 14, 2024
thnkslprpt
added a commit
to thnkslprpt/SC
that referenced
this issue
Jan 14, 2024
dzbaker
added a commit
that referenced
this issue
Jan 25, 2024
…-os-stat Fix #5, Remove `OS_OpenCreate` file status check in `SC_LoadDefaultTables`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In SC_LoadDefaultTables, the OS_OpenCreate function is used to verify that a file can be opened before any attempt is made to load a table from it. Since the code as-is appears to only be checking for file existence (and not performing any validation on the files), code could be streamlined by using OS_stat.
Imported from GSFCCFS-1447
The text was updated successfully, but these errors were encountered: