str_format_meta(): fix HUGE memory leak & segfault.
realloc() can change the pointer initialised with malloc() if memory is low !
Showing
Please register or sign in to comment
realloc() can change the pointer initialised with malloc() if memory is low !