1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/libdm
Zdenek Kabelac 6fe315d412 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.
2011-09-14 16:07:07 +00:00
..
datastruct Use void pointer instead of char for binary key 2011-03-10 12:48:40 +00:00
ioctl Retry DM_DEVICE_REMOVE ioctl if device is busy. 2011-09-13 15:13:41 +00:00
misc Suport DM_SECURE_DATA_FLAG. 2011-02-04 16:08:11 +00:00
mm Mark unreleased memory pools as internal error 2011-09-01 10:19:01 +00:00
regex Fix some unmatching sign comparation gcc warnings 2011-04-08 14:40:18 +00:00
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
libdevmapper.h Move cascade inside libdm etc. 2011-09-02 01:32:08 +00:00
libdevmapper.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
libdm-common.c Log cookie values when incrementing/decrementing to give clues about races. 2011-07-08 15:34:47 +00:00
libdm-common.h Move udev_only logic inside stacked node op code. 2011-06-27 21:43:58 +00:00
libdm-config.c Move cascade inside libdm etc. 2011-09-02 01:32:08 +00:00
libdm-deptree.c Remove unused passed parameters 2011-09-07 08:37:48 +00:00
libdm-file.c Add missing check for allocation failure 2011-08-04 17:56:11 +00:00
libdm-report.c Remove meaningless const type qualifiers on cast type 2011-08-04 14:30:51 +00:00
libdm-string.c Fix memory overwrite 2011-09-14 16:07:07 +00:00
Makefile.in Move the core of the lib/config/config.c functionality into libdevmapper, 2011-08-30 14:55:15 +00:00