Hacker News new | ask | show | jobs
by emilfihlman 2485 days ago
Can you post a definite source supporting this?
1 comments

There isn't one, because it's wrong.

Source: run strace on almost any useful Linux command (e.g. ls, sort, which, ...), you'll see it makes calls to both brk() and mmap().

The OP admitted it was wrong, but just because everyone does it doesn't mean it's not undefined behavior.