For example, in cmd_list_common function: free(cwd); whereas cwd is result from vfs_getcwd, which returns cwd, which is static char cwd[100] = "/";
For example, in cmd_list_common function:
free(cwd);
whereas cwd is result from vfs_getcwd, which returns cwd, which is static char cwd[100] = "/";