mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-20 07:27:38 +00:00
This fixes a kernel crash that occured when calling ptrace with PT_PEEK on non paged-in memory. The crash occurred because we were holding the scheduler lock while trying to read from the disk's block device, which we do not allow. Fixes #4740
6.6 KiB
6.6 KiB