mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +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;
|
||||
RList *list;
|
||||
RListIter *iter;
|
||||
RFSFile *file;
|
||||
RFSFile *file = NULL;
|
||||
|
||||
if (root && *root) {
|
||||
strncpy (buf, root, sizeof (buf)-1);
|
||||
|
Loading…
Reference in New Issue
Block a user