From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: "Frank Bennett" <biercenator@gmail.com>,
"Alan Cox" <alan@lxorguk.ukuu.org.uk>
Cc: "Michael Krufky" <mkrufky@linuxtv.org>,
"Hans Verkuil" <hverkuil@xs4all.nl>,
video4linux-list@redhat.com, linux-kernel@vger.kernel.org,
ivtv-devel@ivtvdriver.org
Subject: Re: [PATCH] Fix VIDIOCGAP corruption in ivtv
Date: Thu, 24 Apr 2008 12:47:08 -0300 [thread overview]
Message-ID: <20080424124708.3169448a@gaivota> (raw)
In-Reply-To: <53208a5f0804231226n3cf04ea5ja3cebb5584886183@mail.gmail.com>
Hi Frank/Alan,
On Thu, 24 Apr 2008 04:26:46 +0900
"Frank Bennett" <biercenator@gmail.com> wrote:
> Maruo,
>
> I don't want to make your life more complicated than necessary, but
> while we're on the topic of attribution ...
>
> The real work in identifying this issue was done by Andrew Macks, the
> engineer at Skype. My role in the affair consisted of complaining,
> sending along a log file, recompiling the kernel, and writing an email
> message.
>
> I relayed the initial response I received from Hans Verkuil to Andrew
> (via skype chat, I do not have an email address for him), to let him
> know that the problem was being addressed in the kernel, and he was
> glad to hear the news. But watching things unfold, I have been feeling
> slightly incomfortable that only my name might end up in the chain of
> correspondence, and not his. I would just like to slip in a note here
> to that effect.
Maybe we can just add his name in parenthesis. Would this patch description be
ok for you, Andrew and Alan?
Fix VIDIOCGAP corruption in ivtv
From: Alan Cox <alan@redhat.com>
Frank Bennett reported that ivtv was causing skype to crash. With help
from one of their developers (Andrew Macks) he showed it was a kernel problem.
VIDIOCGCAP copies a name into a fixed length buffer - ivtv uses names
that are too long and does not truncate them so corrupts a few bytes of
the app data area.
Possibly the names also want trimming but for now this should fix the
corruption case.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Cheers,
Mauro
WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: "Frank Bennett" <biercenator@gmail.com>,
"Alan Cox" <alan@lxorguk.ukuu.org.uk>
Cc: video4linux-list@redhat.com, Michael Krufky <mkrufky@linuxtv.org>,
linux-kernel@vger.kernel.org, ivtv-devel@ivtvdriver.org
Subject: Re: [PATCH] Fix VIDIOCGAP corruption in ivtv
Date: Thu, 24 Apr 2008 12:47:08 -0300 [thread overview]
Message-ID: <20080424124708.3169448a@gaivota> (raw)
In-Reply-To: <53208a5f0804231226n3cf04ea5ja3cebb5584886183@mail.gmail.com>
Hi Frank/Alan,
On Thu, 24 Apr 2008 04:26:46 +0900
"Frank Bennett" <biercenator@gmail.com> wrote:
> Maruo,
>
> I don't want to make your life more complicated than necessary, but
> while we're on the topic of attribution ...
>
> The real work in identifying this issue was done by Andrew Macks, the
> engineer at Skype. My role in the affair consisted of complaining,
> sending along a log file, recompiling the kernel, and writing an email
> message.
>
> I relayed the initial response I received from Hans Verkuil to Andrew
> (via skype chat, I do not have an email address for him), to let him
> know that the problem was being addressed in the kernel, and he was
> glad to hear the news. But watching things unfold, I have been feeling
> slightly incomfortable that only my name might end up in the chain of
> correspondence, and not his. I would just like to slip in a note here
> to that effect.
Maybe we can just add his name in parenthesis. Would this patch description be
ok for you, Andrew and Alan?
Fix VIDIOCGAP corruption in ivtv
From: Alan Cox <alan@redhat.com>
Frank Bennett reported that ivtv was causing skype to crash. With help
from one of their developers (Andrew Macks) he showed it was a kernel problem.
VIDIOCGCAP copies a name into a fixed length buffer - ivtv uses names
that are too long and does not truncate them so corrupts a few bytes of
the app data area.
Possibly the names also want trimming but for now this should fix the
corruption case.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Cheers,
Mauro
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next prev parent reply other threads:[~2008-04-24 15:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-20 11:27 [PATCH] Fix VIDIOCGAP corruption in ivtv Alan Cox
2008-04-20 11:27 ` Alan Cox
2008-04-20 16:06 ` Hans Verkuil
2008-04-20 16:06 ` Hans Verkuil
2008-04-20 16:10 ` Michael Krufky
2008-04-20 16:10 ` Michael Krufky
2008-04-23 17:34 ` Mauro Carvalho Chehab
2008-04-23 17:34 ` Mauro Carvalho Chehab
2008-04-23 18:03 ` mkrufky
2008-04-23 18:03 ` mkrufky
2008-04-24 2:24 ` Mauro Carvalho Chehab
2008-04-24 2:24 ` Mauro Carvalho Chehab
2008-04-24 3:03 ` Michael Krufky
2008-04-24 3:03 ` Michael Krufky
2008-04-23 19:26 ` Frank Bennett
2008-04-24 15:47 ` Mauro Carvalho Chehab [this message]
2008-04-24 15:47 ` Mauro Carvalho Chehab
2008-04-24 16:00 ` Alan Cox
2008-04-24 16:00 ` Alan Cox
2008-04-24 16:19 ` Mauro Carvalho Chehab
2008-04-24 16:19 ` Mauro Carvalho Chehab
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=20080424124708.3169448a@gaivota \
--to=mchehab@infradead.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=biercenator@gmail.com \
--cc=hverkuil@xs4all.nl \
--cc=ivtv-devel@ivtvdriver.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mkrufky@linuxtv.org \
--cc=video4linux-list@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.