realloc() : invalid next size Aborted (core dumped)
I’m Tryng to write a code that have to expand the memory of a malloc array of 1 for some cicles of a loop (i need to store the zeros of a function). but after compiling this error occurs: realloc(): invalid next size Aborted (core dumped) have someone an idea of the reasons of this… Read More realloc() : invalid next size Aborted (core dumped)