1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/device_mapper/ioctl
Zdenek Kabelac 7bc5c8ac3d cov: avoid using strcpy
Coverity is complaining about unchecked strcpy here, which is
irelevant as we preallocate buffer to fit in copied string,
however we could actually reuse these size and use just memcpy().
So lets make some simple conversions.
2023-02-17 00:00:04 +01:00
..
libdm-iface.c cov: avoid using strcpy 2023-02-17 00:00:04 +01:00
libdm-targets.h devicemapper: in sync with libdm 2021-09-23 16:49:58 +02:00