]> sourceware.org Git - lvm2.git/commit
Fix memory overwrite
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 14 Sep 2011 16:07:07 +0000 (16:07 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 14 Sep 2011 16:07:07 +0000 (16:07 +0000)
commit52301e7c5d1170edb1ea9bda122c7acb2caa8794
tree6a2d497dacd45fd77c76d9febd8c10bc5120141e
parentd9f3c324e69d528876ea6d068bb581c9691f3749
Fix memory overwrite

Transfer of build_dm_uuid() function into libdm made uuid_prefix as parameter,
thus sizeof() was replaced with strlen() and room for '\0' missed.

As it's only fix in current version - no whatsnew.
libdm/libdm-string.c
This page took 0.031974 seconds and 5 git commands to generate.