Opened 1 year ago
Last modified 11 months ago
this problem affects more calls to malloc(and friends).
just put assert() around it and let it die. We can't handle it graceful anyway.
The buffer.c code already does that.
just put assert() around it and let it die.
Is assert supposed to be used like that? I don't think so.
Replying to Olaf van der Spek:
just put assert() around it and let it die. Is assert supposed to be used like that? I don't think so.
"The assert() macro may be removed at compile time with the cc(1) option -DNDEBUG."