1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 14:05:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Daniel Bertalan
9f2e8683de Ports/gdb: Use mmap instead of malloc for sigaltstack()
Stack regions can't be made volatile, which makes it impossible for
malloc to manage memory that's used for `sigaltstack()`. Let's use mmap
instead.

Co-authored-by: Idan Horowitz <idan.horowitz@gmail.com>
2021-12-29 03:17:41 -08:00