On Mon, 29 Feb 2016 21:55:49 +0000, Jirka wrote:

> Yes, that I understand, but the "new" operator can lead to other system
> calls (?), could they overwrite it?

Yes. Most obviously, the GC uses malloc, which will set errno to ENOMEM 
on failure.

Reply via email to