]> xenbits.xensource.com Git - libvirt.git/commit
Prohibit verbose strcat
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Feb 2016 08:48:40 +0000 (09:48 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 11 Feb 2016 07:05:16 +0000 (08:05 +0100)
commit28e5655de3e465cb0faaaf2b35aec7f1c31bbe52
treed38407b0c242f98df9ef2988ed6123461e340969
parent4d569245f0f178927a0d503695e5e1573f7d6b97
Prohibit verbose strcat

Using strcat directly is more readable than passing strlen
of the copied string to strncat.
cfg.mk
src/storage/storage_backend_logical.c