Bug 439643 - uvcvideo busted on x86-64
Summary: uvcvideo busted on x86-64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kyle McMartin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 439658 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-29 23:04 UTC by Dave Jones
Modified: 2015-09-01 03:53 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-14 16:46:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dave Jones 2008-03-29 23:04:52 UTC
uvcvideo is one of the most common oopses reported at kerneloops..
http://www.kerneloops.org/oops.php?number=4254

The line that's causing the oops is in uvc_get_video_ctrl

        frame = &format->frame[ctrl->bFrameIndex - 1];
        ctrl->dwMaxVideoFrameSize = frame->dwMaxVideoFrameBufferSize;

It seems that frame ends up being a poison value causing the 2nd line to go boom

Comment 1 Dave Jones 2008-03-30 02:14:19 UTC
*** Bug 439658 has been marked as a duplicate of this bug. ***

Comment 2 Brandon Philips 2008-04-09 19:13:02 UTC
Dave-

The fix is trivial and in r199 in SVN.

Thanks,

Brandon

Comment 3 Kyle McMartin 2008-04-09 19:33:38 UTC
My testing last night confirms this. rev 200 should be in kernels built from
today (once I finish build testing.)

cheers, Kyle

Comment 4 Dave Jones 2008-04-14 16:46:52 UTC
This should be fixed now.


Note You need to log in before you can comment on or make changes to this bug.