procfs: stat() left several fields in uninitialized state.
This commit is contained in:
parent
191fb658d0
commit
74d30a0dbc
@ -964,6 +964,7 @@ static int procfs_stat(struct inode *mountpt, const char *relpath,
|
||||
* is a file.
|
||||
*/
|
||||
|
||||
memset(buf, 0, sizeof(struct stat));
|
||||
if (!relpath || relpath[0] == '\0')
|
||||
{
|
||||
/* The path refers to the top level directory */
|
||||
|
Loading…
Reference in New Issue
Block a user