Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d93e34fa
Commit
d93e34fa
authored
Dec 17, 2010
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pohmelfs: double-free and leak
wrong dentry dropped... Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
94b77bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/staging/pohmelfs/net.c
drivers/staging/pohmelfs/net.c
+1
-1
No files found.
drivers/staging/pohmelfs/net.c
View file @
d93e34fa
...
@@ -413,7 +413,7 @@ static int pohmelfs_readdir_response(struct netfs_state *st)
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment