1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
lvm2/lib/metadata
Zdenek Kabelac 844b75f4d6 Fix allocation of system_id
As code uses strncpy(system_id, NAME_LEN) and doesn't set '\0'
Fix it by always allocating NAME_LEN + 1 buffer size and with zalloc
we always get '\0' as the last byte.

This bug may trigger some unexpected behavior of the string operation
code - depends on the pool allocator.

FIXME: refactor this code to alloc_vg.
2011-03-13 23:05:48 +00:00
..
2011-02-28 19:53:03 +00:00
2011-03-05 12:14:00 +00:00
2010-05-21 12:43:02 +00:00
2011-03-13 23:05:48 +00:00
2011-02-21 13:09:27 +00:00
2010-07-09 15:21:10 +00:00
2011-03-10 12:43:29 +00:00
2011-03-10 12:43:29 +00:00