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 162279 Details for
Bug 253884
xen tools - blktap outputs unaligned access error
[?]
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]
Upstream patch from http:/ /xenbits.xensource.com/xen-unstable.hg?rev/ad9a79db3839
blktap-fix-unligned-access.patch (text/plain), 800 bytes, created by
Flavio Leitner
on 2007-08-22 17:14:32 UTC
(
hide
)
Description:
Upstream patch from http:/ /xenbits.xensource.com/xen-unstable.hg?rev/ad9a79db3839
Filename:
MIME Type:
Creator:
Flavio Leitner
Created:
2007-08-22 17:14:32 UTC
Size:
800 bytes
patch
obsolete
># HG changeset patch ># User kfraser@localhost.localdomain ># Date 1185955868 -3600 ># Node ID ad9a79db3839a711fc21388d1a087179e1db2138 ># Parent 425c3d6f755791941233092e75edd8da08f5073c >blktap: Fix unaligned access to blktap/tapdisk message payloads. >Signed-off-by: Keir Fraser <keir@xensource.com> > >--- a/tools/blktap/lib/blktaplib.h Wed Aug 01 09:04:20 2007 +0100 >+++ b/tools/blktap/lib/blktaplib.h Wed Aug 01 09:11:08 2007 +0100 >@@ -169,12 +169,14 @@ typedef struct image { > unsigned int info; > } image_t; > >+/* 16-byte message header, immediately followed by message payload. */ > typedef struct msg_hdr { >- uint16_t type; >+ uint16_t type; > uint16_t len; > uint16_t drivertype; > uint16_t cookie; > uint8_t readonly; >+ uint8_t pad[7]; > } msg_hdr_t; > > typedef struct msg_newdev { >
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 253884
: 162279