mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Unbreak ksym loading and make reading /proc/PID/stack not crash.
This commit is contained in:
parent
683185e4aa
commit
4b6a8f8a08
Notes:
sideshowbarker
2024-07-19 16:06:25 +09:00
Author: https://github.com/awesomekling
Commit: 4b6a8f8a08
7 changed files with 7 additions and 10 deletions
|
@ -201,7 +201,7 @@ public:
|
|||
dword stackPtr() const { return m_tss.esp; }
|
||||
dword stackTop() const { return m_tss.ss == 0x10 ? m_stackTop0 : m_stackTop3; }
|
||||
|
||||
bool isValidAddressForKernel(LinearAddress) const;
|
||||
bool validate_read_from_kernel(LinearAddress) const;
|
||||
|
||||
bool validate_read(const void*, size_t) const;
|
||||
bool validate_write(void*, size_t) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue