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 579116 Details for
Bug 814866
libvirt does not allow usb redirection..
[?]
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]
A variable is used before it's set; depends on compiler doing the right thing.
libvirt-util.patch (text/plain), 470 bytes, created by
Thomas Davis
on 2012-04-20 22:21:11 UTC
(
hide
)
Description:
A variable is used before it's set; depends on compiler doing the right thing.
Filename:
MIME Type:
Creator:
Thomas Davis
Created:
2012-04-20 22:21:11 UTC
Size:
470 bytes
patch
obsolete
>diff -ruN libvirt-0.9.11/src/util/hostusb.c libvirt-0.9.11-fixed/src/util/hostusb.c >--- libvirt-0.9.11/src/util/hostusb.c 2011-12-28 23:26:45.000000000 -0800 >+++ libvirt-0.9.11-fixed/src/util/hostusb.c 2012-04-20 14:03:26.387000551 -0700 >@@ -176,6 +176,7 @@ > > dev->bus = bus; > dev->dev = devno; >+ dev->used_by = NULL; > > if (snprintf(dev->name, sizeof(dev->name), "%.3o:%.3o", > dev->bus, dev->dev) >= sizeof(dev->name)) { >
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 814866
: 579116