Update kernel code

This commit is contained in:
Alex
2023-08-22 06:21:17 +03:00
parent ef3b761d4f
commit 8898791257
49 changed files with 3389 additions and 2313 deletions

View File

@ -26,7 +26,7 @@ namespace VirtualFileSystem
{
ReadFSFunction(USTAR_Read)
{
if (!Size)
if (Size <= 0)
Size = node->Length;
if (RefOffset > node->Length)