From: Takashi Iwai <tiwai@suse.de>
To: Alexander Stein <alexander.stein@systec-electronic.com>
Cc: Jaroslav Kysela <perex@perex.cz>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] hda_hwdep: Fix possible buffer overflow
Date: Tue, 01 Nov 2011 09:47:14 +0100 [thread overview]
Message-ID: <s5h1utsnsa5.wl%tiwai@suse.de> (raw)
In-Reply-To: <1320136807-4956-1-git-send-email-alexander.stein@systec-electronic.com>
At Tue, 1 Nov 2011 09:40:07 +0100,
Alexander Stein wrote:
>
> If a line in the firmware file is larger than the given buffer size (and
> so the firmware file size), size is set to a value larger than the actual
> buffer size. This results in an overflow in the buffer passed.
>
> Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
> ---
> Changes in v2:
> * Just remove the erroneous check
Thanks, applied now.
Takashi
>
> sound/pci/hda/hda_hwdep.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c
> index 72e5885..7e7d078 100644
> --- a/sound/pci/hda/hda_hwdep.c
> +++ b/sound/pci/hda/hda_hwdep.c
> @@ -756,8 +756,6 @@ static int get_line_from_fw(char *buf, int size, struct firmware *fw)
> }
> if (!fw->size)
> return 0;
> - if (size < fw->size)
> - size = fw->size;
>
> for (len = 0; len < fw->size; len++) {
> if (!*p)
> --
> 1.7.3.4
>
prev parent reply other threads:[~2011-11-01 8:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-26 7:48 [PATCH] " Alexander Stein
2011-10-26 12:58 ` Takashi Iwai
2011-10-26 13:15 ` Alexander Stein
2011-10-26 13:20 ` Takashi Iwai
2011-11-01 8:40 ` [PATCH v2] " Alexander Stein
2011-11-01 8:47 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h1utsnsa5.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alexander.stein@systec-electronic.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®