We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed74810 commit dfb98aeCopy full SHA for dfb98ae
1 file changed
components/dfs/dfs_v1/filesystems/9pfs/dfs_9pfs.c
@@ -923,7 +923,7 @@ static int dfs_9pfs_mount(struct dfs_filesystem *fs,
923
unsigned long rwflag, const void *data)
924
{
925
rt_ubase_t level;
926
- struct p9_protocol *p9p, *p9p_tmp;
+ struct p9_protocol *p9p = RT_NULL, *p9p_tmp;
927
struct p9_connection *conn = RT_NULL;
928
929
if (!data)
0 commit comments