mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
This commit is contained in:
parent
5158bee08c
commit
736e852525
Notes:
sideshowbarker
2024-07-19 15:49:53 +09:00
Author: https://github.com/awesomekling
Commit: 736e852525
26 changed files with 125 additions and 37 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue