Is your feature request related to a problem? Please describe.
os-impl-posix-files.c
line 240:
if ( chmod(local_path, st.st_mode) < 0 )
--
| The filename being operated upon was previously checked, but the underlying file may have been changed since then.
osapi-filesys.c
line 330:
OS_FileSysStopVolume_Impl(local_id);
--
| This expression has no effect (because OS_FileSysStopVolume_Impl has no external side effects).
Requester Info
Anh Van, NASA Goddard