Fixed creation of files with empty names when writing to '/path/'

git-svn-id: svn://kolibrios.org@335 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2007-02-10 11:23:45 +00:00
parent 075c0ea71a
commit 21572e62ae
3 changed files with 10 additions and 143 deletions

View File

@@ -1514,6 +1514,9 @@ fs_RamdiskRewrite:
push ramdisk_root_next
jmp .common1
.noroot:
mov eax, ERROR_ACCESS_DENIED
cmp byte [ebp+1], 0
jz .ret1
; check existence
mov byte [ebp], 0
call rd_find_lfn