mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* macroexp.c (macro_stringify): Terminate the string.
This commit is contained in:
@ -704,6 +704,7 @@ macro_stringify (const char *str)
|
||||
|
||||
init_buffer (&buffer, len);
|
||||
stringify (&buffer, str, len);
|
||||
appendc (&buffer, '\0');
|
||||
|
||||
return free_buffer_return_text (&buffer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user