From: wysochanski@sourceware.org <wysochanski@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/lib/metadata lv.c
Date: 12 Oct 2010 17:09:25 -0000 [thread overview]
Message-ID: <20101012170925.28579.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: wysochanski at sourceware.org 2010-10-12 17:09:23
Modified files:
lib/metadata : lv.c
Log message:
Fix lv_modules_dup segfault.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/lv.c.diff?cvsroot=lvm2&r1=1.13&r2=1.14
--- LVM2/lib/metadata/lv.c 2010/10/12 16:13:06 1.13
+++ LVM2/lib/metadata/lv.c 2010/10/12 17:09:23 1.14
@@ -31,7 +31,7 @@
if (!list_lv_modules(mem, lv, modules))
return_NULL;
- return tags_format_and_copy(lv->vg->vgmem, modules);
+ return tags_format_and_copy(mem, modules);
}
char *lv_mirror_log_dup(struct dm_pool *mem, const struct logical_volume *lv)
next reply other threads:[~2010-10-12 17:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-12 17:09 wysochanski [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-14 10:03 LVM2/lib/metadata lv.c zkabelac
2012-01-20 10:56 zkabelac
2012-02-23 22:31 zkabelac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101012170925.28579.qmail@sourceware.org \
--to=wysochanski@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.