Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d93e34fa authored by Al Viro's avatar Al Viro
Browse files

pohmelfs: double-free and leak



wrong dentry dropped...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 94b77bd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -413,7 +413,7 @@ static int pohmelfs_readdir_response(struct netfs_state *st)
				if (dentry) {
				if (dentry) {
					alias = d_materialise_unique(dentry, &npi->vfs_inode);
					alias = d_materialise_unique(dentry, &npi->vfs_inode);
					if (alias)
					if (alias)
						dput(dentry);
						dput(alias);
				}
				}


				dput(dentry);
				dput(dentry);