mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-21 22:04:19 +03:00
Peter Rajnoha
a9bc53d5f3
config: fix some settings incorrectly marked as CFG_DEFAULT_COMMENTED instead of CFG_DEFAULT_UNDEFINED and causing segfault
This patch fixes segfault which was caused by incorrectly marking some settings CFG_DEFAULT_COMMENTED instead of CFG_DEFAULT_UNDEFINED - the ones which have NULL default value, hence they're really undefined. A regression caused by a98ceceb1d101f0b19a6115f406e23f13feab5ae. For example: $ lvmconfig log/file file="/a" Before this patch: $ lvmconfig --type diff Segmentation fault (core dumped) With this patch applied: $ lvmconfig --type diff log { file="/a" } The same applies for these settings: log/activate_file global/library_dir global/system_id_file <disk_area>/disk_area_id There were also other settings with NULL default value and marked as CFG_DEFAULT_COMMENTED instead of CFG_DEFAULT_UNDEFINED, but they were cfg_array config settings where the NULL value was not causing segfault (NULL == empty array).
This tree contains the LVM2 and device-mapper tools and libraries. For more information about LVM2 read the changelog in the WHATS_NEW file. Installation instructions are in INSTALL. There is no warranty - see COPYING and COPYING.LIB. Tarballs are available from: ftp://sources.redhat.com/pub/lvm2/ The source code is stored in git: http://git.fedorahosted.org/git/lvm2.git git clone git://git.fedorahosted.org/git/lvm2.git Mailing list for general discussion related to LVM2: linux-lvm@redhat.com Subscribe from https://www.redhat.com/mailman/listinfo/linux-lvm Mailing lists for LVM2 development, patches and commits: lvm-devel@redhat.com Subscribe from https://www.redhat.com/mailman/listinfo/lvm-devel lvm2-commits@lists.fedorahosted.org (Read-only archive of commits) Subscribe from https://fedorahosted.org/mailman/listinfo/lvm2-commits Mailing list for device-mapper development, including kernel patches and multipath-tools: dm-devel@redhat.com Subscribe from https://www.redhat.com/mailman/listinfo/dm-devel The source code repository used until 7th June 2012 is accessible here: http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/?cvsroot=lvm2.
Description
Languages
C
75.5%
Shell
18.7%
Python
2.9%
M4
1%
Makefile
0.8%
Other
1%