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 160024 Details for
Bug 249594
libvirtd crash when creating a kvm guest
[?]
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]
Fix check for bogus architecture
libvirt-0.3.1-bogus-arch.patch (text/plain), 872 bytes, created by
Daniel Berrangé
on 2007-07-26 14:24:30 UTC
(
hide
)
Description:
Fix check for bogus architecture
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2007-07-26 14:24:30 UTC
Size:
872 bytes
patch
obsolete
>diff -rup libvirt-0.3.1.orig/src/qemu_conf.c libvirt-0.3.1.new/src/qemu_conf.c >--- libvirt-0.3.1.orig/src/qemu_conf.c 2007-07-24 11:06:38.000000000 -0400 >+++ libvirt-0.3.1.new/src/qemu_conf.c 2007-07-26 10:22:09.000000000 -0400 >@@ -1088,6 +1088,10 @@ static struct qemud_vm_def *qemudParseXM > if ((obj == NULL) || (obj->type != XPATH_STRING) || > (obj->stringval == NULL) || (obj->stringval[0] == 0)) { > const char *defaultMachine = qemudDefaultMachineForArch(def->os.arch); >+ if (!defaultMachine) { >+ qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR, "unsupported arch %s", def->os.arch); >+ goto error; >+ } > if (strlen(defaultMachine) >= (QEMUD_OS_MACHINE_MAX_LEN-1)) { > qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR, "%s", "machine type too long"); > goto error;
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 249594
:
159959
|
159960
|
160002
|
160003
| 160024