Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
9bec8a74
Commit
9bec8a74
authored
May 05, 2013
by
Al Viro
Browse files
megaraid: single_open() leak
Cc: stable@vger.kernel.org Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
bc3041f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/scsi/megaraid.c
View file @
9bec8a74
...
...
@@ -2770,7 +2770,7 @@ static const struct file_operations mega_proc_fops = {
.
open
=
mega_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
se
q
_release
,
.
release
=
s
ingl
e_release
,
};
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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