Hacker News new | ask | show | jobs
by chasil 617 days ago
It is against the rules to call malloc, yes.

However, it is not against the rules to launch another process with a static amount of declared memory, then access it over shmat().

This is cheating, but could it be safer?