blob: 14faf9e86dfd6c7702be01bd894eb8fbcf7ca2dd (
plain) (
blame)
1
2
3
|
The issue involves `qemu-user` failing to set up a reasonable `brk` for static-PIE binaries, leading to crashes during early TLS setup due to insufficient space for the `brk` region. This is a runtime error because it occurs during the execution of the program when the system attempts to allocate memory dynamically.
runtime
|