mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 22:06:50 +00:00
Fix CID 1356018
This commit is contained in:
parent
4e99730e44
commit
f6b18bcb56
@ -69,9 +69,9 @@ static int buf_fprintf(void *stream, const char *format, ...) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
glen = strlen (escaped);
|
||||
|
||||
if (escaped) {
|
||||
glen = strlen (escaped);
|
||||
memcpy (tmp, escaped, glen);
|
||||
memcpy (tmp+glen, format, flen);
|
||||
tmp[flen+glen] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user