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 216381 Details for
Bug 251330
[XEN] qcow-create doesn't work
[?]
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]
Patch to fix realpath buffer size
fix-realpath-buffer-size.patch (text/plain), 530 bytes, created by
Flavio Leitner
on 2007-10-04 20:23:31 UTC
(
hide
)
Description:
Patch to fix realpath buffer size
Filename:
MIME Type:
Creator:
Flavio Leitner
Created:
2007-10-04 20:23:31 UTC
Size:
530 bytes
patch
obsolete
>Index: xen-unstable.hg/tools/blktap/drivers/block-qcow.c >=================================================================== >--- xen-unstable.hg.orig/tools/blktap/drivers/block-qcow.c >+++ xen-unstable.hg/tools/blktap/drivers/block-qcow.c >@@ -1223,7 +1223,7 @@ int qcow_create(const char *filename, ui > int shift, length, adjust, flags = 0, ret = 0; > QCowHeader header; > QCowHeader_ext exthdr; >- char backing_filename[1024], *ptr; >+ char backing_filename[PATH_MAX], *ptr; > uint64_t tmp, size, total_length; > struct stat st; >
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 251330
: 216381