Merge branch 'master' into 'master'

fix potential os crash on shutdown due to handle leak in FSNodeTraverseLayer

See merge request nakst/essence!1
This commit is contained in:
nakst 2022-01-19 22:40:57 +00:00
commit 3ecb3f4d2f
1 changed files with 1 additions and 0 deletions

View File

@ -1233,6 +1233,7 @@ EsError FSNodeTraverseLayer(uintptr_t *sectionEnd,
size_t nameBytes = *sectionEnd - sectionStart; size_t nameBytes = *sectionEnd - sectionStart;
if (!nameBytes) { if (!nameBytes) {
FSNodeCloseHandle(directory, 0);
return ES_ERROR_PATH_NOT_TRAVERSABLE; return ES_ERROR_PATH_NOT_TRAVERSABLE;
} }