]> sourceware.org Git - lvm2.git/commit
cov: replace strcpy with memcpy
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 9 Apr 2024 09:40:20 +0000 (11:40 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 9 Apr 2024 22:03:09 +0000 (00:03 +0200)
commit8545621d392e3bfeb9312163ed3437b30fd9b3df
tree30faa0ac549804ab66bdbe4848af3118924d32f0
parent22a0cfdc05a3550bf8ac15dc0e7d2a6317786fdc
cov: replace strcpy with memcpy

When we know the size we can avoid using strcpy.
lib/device/dev-cache.c
lib/label/label.c
libdaemon/client/config-util.c
This page took 0.03991 seconds and 5 git commands to generate.