mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 23:28:47 +08:00
psximfs02/init.c: Increase size of buffer to avoid overwrite
This commit is contained in:
@@ -50,8 +50,8 @@ rtems_task Init(
|
||||
|
||||
int status = 0;
|
||||
void *opaque;
|
||||
char linkname_n[20] = {0};
|
||||
char linkname_p[20] = {0};
|
||||
char linkname_n[32] = {0};
|
||||
char linkname_p[32] = {0};
|
||||
int i;
|
||||
struct stat stat_buf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user