|
|
|
|
|
by jesse__
363 days ago
|
|
How would you preempt the running program during malloc? Isn't there a well-defined reload point? Major red flags going up if your program can just change at any random point.. Also, didn't the article say explicitly that struct layout changes aren't supported?? |
|
Layout changes are supported for structs that don’t persist across the well-defined reload point.