5
votes
Why am I getting a malloc: double free error with realloc()?
First off, sorry I'm late to the party. This is my first stackoverflow answer. :)
As has been pointed out, when realloc() is called, you can potentially change the pointer to the memory b …
