Fix stack overflow in ProcessListMenu_DumpMemory
This commit is contained in:
parent
31891efbca
commit
a0d4b96915
@ -104,7 +104,7 @@ static void ProcessListMenu_DumpMemory(const char *name, void *start, u32 size)
|
|||||||
IFile file;
|
IFile file;
|
||||||
Result res;
|
Result res;
|
||||||
|
|
||||||
char filename[64] = {0};
|
char filename[100] = {0};
|
||||||
|
|
||||||
FS_Archive archive;
|
FS_Archive archive;
|
||||||
FS_ArchiveID archiveId;
|
FS_ArchiveID archiveId;
|
||||||
|
Reference in New Issue
Block a user