rhalkyard and oliverschmidt Fix realloc() bug in gr65
448aa35 May 22, 2019
Fix realloc() bug in gr65
The pointer to the input buffer was not being updated after a call to
realloc(), causing the program to crash if realloc() moved the buffer.
448aa35