]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkid: improve strcpy() usage [coverity scan]
authorKarel Zak <kzak@redhat.com>
Thu, 16 May 2019 11:56:34 +0000 (13:56 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 16 May 2019 11:56:34 +0000 (13:56 +0200)
commitfa1b64da96d83e0da1000725f237127a18f01450
tree72aaa8a2afa0db3a3df756c8dd411fc376fe1992
parente868cfb0a6c2b942029b95c85168f7da116d5c06
blkid: improve strcpy() usage [coverity scan]

The old deprecated list output format ("-o list") copies gettex string
into fixed buffer, that's really bad idea.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.c