1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/lvmlockd
David Teigland 0d572d14ad cov: lvmlockd: rewrite string copies to avoid warnings
- Use a new function for all instances of copying
  a null-terminated string into a fixed size struct
  field that is not null-terminated.

- use memcpy when copying between struct fields of
  the same size
2021-08-16 11:31:09 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
lvmlockctl.c cov: avoid leak when repeating options 2021-04-23 22:59:25 +02:00
lvmlockd-client.h cleanup: matching declaration order 2020-09-01 17:57:50 +02:00
lvmlockd-core.c lvmlockd: Fix the compilation warning 2021-06-08 09:33:26 -05:00
lvmlockd-dlm.c cov: lvmlockd path copy 2021-08-02 15:49:39 -05:00
lvmlockd-idm.c lvmlockd: idm: Introduce new locking scheme 2021-05-20 16:00:59 -05:00
lvmlockd-internal.h lvmlockd: idm: Hook Seagate IDM wrapper APIs 2021-05-20 16:01:04 -05:00
lvmlockd-sanlock.c cov: lvmlockd: rewrite string copies to avoid warnings 2021-08-16 11:31:09 -05:00
Makefile.in lvmlockd: idm: Introduce new locking scheme 2021-05-20 16:00:59 -05:00