use xmalloc()
This commit is contained in:
parent
f0327f8e98
commit
3132e9d830
@ -1621,7 +1621,7 @@ REGISTER int sub;
|
||||
|
||||
static void initarea()
|
||||
{
|
||||
brkaddr = malloc(AREASIZE);
|
||||
brkaddr = xmalloc(AREASIZE);
|
||||
brktop = brkaddr + AREASIZE;
|
||||
|
||||
while ((long) sbrk(0) & ALIGN)
|
||||
|
Loading…
Reference in New Issue
Block a user