Skip to content

TextOuputDev: Fix crash when grealloc would overflow

Introduces a new greallocn variant that doesn't free the pointer passed in case of error, since the pointer holds pointers inside, that would lead to leak of all those pointers

Merge request reports