mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Fix CID 1211164
This commit is contained in:
parent
cd69b71f02
commit
9e7a153ac6
@ -534,7 +534,7 @@ R_API int r_fs_prompt (RFS *fs, const char *root) {
|
|||||||
char *input;
|
char *input;
|
||||||
RList *list;
|
RList *list;
|
||||||
RListIter *iter;
|
RListIter *iter;
|
||||||
RFSFile *file;
|
RFSFile *file = NULL;
|
||||||
|
|
||||||
if (root && *root) {
|
if (root && *root) {
|
||||||
strncpy (buf, root, sizeof (buf)-1);
|
strncpy (buf, root, sizeof (buf)-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user