@@ -314,7 +314,7 @@ int main(int argc, char *argv[]) {
intcurrent=0;
stack.size=&size;
stack.current=¤t;
stack.stack=malloc(size*1024);
stack.stack=my_malloc(size*1024);
if(stack.stack==NULL){
perror("malloc");
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.