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 660969 Details for
Bug 885811
[lvmetad] segfaulting with upstream LVM2 (w/ patch attached)
[?]
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]
Proposed fix
0001-lvmetad-Fix-crash-caused-by-freeing-invalid-pointer.patch (text/plain), 753 bytes, created by
Marian Csontos
on 2012-12-10 17:11:47 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Marian Csontos
Created:
2012-12-10 17:11:47 UTC
Size:
753 bytes
patch
obsolete
>From fbadad95f37af1c0507eeb597ce4704c10682b15 Mon Sep 17 00:00:00 2001 >From: Marian Csontos <mcsontos@redhat.com> >Date: Mon, 10 Dec 2012 14:24:55 +0100 >Subject: [PATCH] lvmetad: Fix crash caused by freeing invalid pointer > >--- > lib/cache/lvmetad.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/cache/lvmetad.c b/lib/cache/lvmetad.c >index 72e07fd..e5c5f51 100644 >--- a/lib/cache/lvmetad.c >+++ b/lib/cache/lvmetad.c >@@ -726,7 +726,7 @@ int lvmetad_pv_found(const struct id *pvid, struct device *device, const struct > } else { > if (handler) { > log_error(INTERNAL_ERROR "Handler needs existing VG."); >- dm_free(pvmeta); >+ dm_config_destroy(pvmeta); > return 0; > } > /* There are no MDAs on this PV. */ >-- >1.7.12.1 >
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 885811
: 660969