|
|
|
|
|
by formerly_proven
129 days ago
|
|
That's not how Linux memory management works, there are no poison values. Allocations are deferred until referenced (by default) and when a deferred allocation fails that's when you get a signal. The system isn't giving you a "fake address" via mmap. |
|