|
|
|
|
|
by StilesCrisis
19 days ago
|
|
You never need to crash the system if you remove overcommit. You just crash the one process. Practically speaking, you don't even need to crash here; you just return null (which malloc is always free to do) and let the consequences speak for themselves. |
|