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 150657 Details for
Bug 233422
bitmap mode not parsed correctly in config
[?]
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 parsing of "bitmap" option in config parser
mdadm-2.5.4-bitmap.patch (text/plain), 382 bytes, created by
Denis Leroy
on 2007-03-22 13:01:27 UTC
(
hide
)
Description:
Fix parsing of "bitmap" option in config parser
Filename:
MIME Type:
Creator:
Denis Leroy
Created:
2007-03-22 13:01:27 UTC
Size:
382 bytes
patch
obsolete
>--- mdadm-2.5.4/config.c.orig 2007-03-22 13:48:01.000000000 +0100 >+++ mdadm-2.5.4/config.c 2007-03-22 13:48:28.000000000 +0100 >@@ -464,7 +464,7 @@ > fprintf(stderr, Name ": only specify bitmap file once. %s ignored\n", > w); > else >- mis.bitmap_file = w+7; >+ mis.bitmap_file = strdup(w+7); > > } else if (strncasecmp(w, "devices=", 8 ) == 0 ) { > if (mis.devices)
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 233422
: 150657