]> www.infradead.org Git - users/dhowells/kafs-client.git/commit
Fix verbose() func in kafs-preload
authorDavid Howells <dhowells@redhat.com>
Tue, 22 Jan 2019 10:39:02 +0000 (10:39 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 22 Jan 2019 10:39:02 +0000 (10:39 +0000)
commitcaa05b9593333b3e6198797c61d43bb1d326a3d9
tree67d2b5b68516a70a79aa2341b7a942580fdb311c
parent37eea339f0a45bcc932262957c5676a42eb51d56
Fix verbose() func in kafs-preload

When kafs-preload's verbose() function was made to support syslog, the
original vprintf was left in and thus duplicated.  However, the va pointer
has been advanced and so this SEGV's.

Fixes: f058d9bb7b22 ("Use syslog in kafs-preload program")
Signed-off-by: David Howells <dhowells@redhat.com>
src/preload-cells.c