1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/commands
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
..
cmd_enum.h make: move cmds.h 2022-09-27 09:06:06 -05:00
toolcontext.c cov: avoid using strcpy 2023-02-17 00:00:04 +01:00
toolcontext.h vgchange autoactivation: skip regex filter containing symlinks 2023-01-31 15:30:35 -06:00