You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I would get the .data segment to work by modifying the ELF headers, as planned in #1539 (comment). Then we can use this approach to grow it, as needed.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
malloc internally is using the
sbrk
(or equivalent) Linux system call: https://en.wikipedia.org/wiki/Sbrk.First I would get the
.data
segment to work by modifying the ELF headers, as planned in #1539 (comment). Then we can use this approach to grow it, as needed.The text was updated successfully, but these errors were encountered: