mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-04 23:07:16 +00:00
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
This commit is contained in:
@@ -1678,7 +1678,6 @@ bool Process::validate_write(void* address, size_t size) const
|
||||
if (check_kernel_memory_access(LinearAddress((dword)address), true))
|
||||
return true;
|
||||
}
|
||||
ASSERT(size);
|
||||
if (!size)
|
||||
return false;
|
||||
LinearAddress first_address((dword)address);
|
||||
|
||||
Reference in New Issue
Block a user