Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304028 Details for
Bug 444354
segfault in dvgrab [solved]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
unmap the correct max_packet_size on iso tear-down
libraw1394-juju-munmap-correct-max_packet_size.patch (text/plain), 854 bytes, created by
Jarod Wilson
on 2008-04-28 19:16:57 UTC
(
hide
)
Description:
unmap the correct max_packet_size on iso tear-down
Filename:
MIME Type:
Creator:
Jarod Wilson
Created:
2008-04-28 19:16:57 UTC
Size:
854 bytes
patch
obsolete
>diff -Naurp libraw1394-1.3.0/juju/raw1394-iso.c libraw1394-1.3.0.fix/juju/raw1394-iso.c >--- libraw1394-1.3.0/juju/raw1394-iso.c 2008-04-28 13:57:30.000000000 -0400 >+++ libraw1394-1.3.0.fix/juju/raw1394-iso.c 2008-04-28 14:06:21.000000000 -0400 >@@ -421,7 +421,7 @@ iso_init(raw1394handle_t handle, int typ > } > > handle->iso.buffer = >- mmap(NULL, buf_packets * max_packet_size, >+ mmap(NULL, buf_packets * handle->iso.max_packet_size, > prot, MAP_SHARED, handle->iso.fd, 0); > > if (handle->iso.buffer == MAP_FAILED) { >@@ -432,7 +432,7 @@ iso_init(raw1394handle_t handle, int typ > } > > handle->iso.buffer_end = handle->iso.buffer + >- buf_packets * max_packet_size; >+ buf_packets * handle->iso.max_packet_size; > handle->iso.head = handle->iso.buffer; > handle->iso.tail = handle->iso.buffer; > handle->iso.first_payload = handle->iso.buffer;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444354
: 304028