Fix dlmalloc horror bug - mman_map overwrites application code

This commit is contained in:
2025-09-14 19:07:00 +02:00
parent e6891b39cc
commit 26ff717b50
18 changed files with 197 additions and 137 deletions

View File

@ -9,4 +9,5 @@ _start:
movq $2, %rax // sys processctl
movq $-1, %rdi // self magic num
movq $0, %rsi // kill cmd
int $0x80