Suppress a Coverity taint warning in check_status_file()
authorBart Van Assche <bvanassche@acm.org>
Tue, 31 Dec 2019 17:35:10 +0000 (09:35 -0800)
committerBart Van Assche <bvanassche@acm.org>
Wed, 1 Jan 2020 17:24:45 +0000 (09:24 -0800)
commit3544731cfaade37f288c3b344c8dbc02c08e6bac
treee0e08ca0c69104a39fba8579e5bac523f3e4b27d
parent044be36e333b2ee3bfbacd3e9d54fa68571b13b3
Suppress a Coverity taint warning in check_status_file()

Suppress the following Coverity complaint:

CID 24143 (#1 of 1): Use of untrusted string value (TAINTED_STRING)
tainted_string: Passing tainted string fio_status_file_path to unlink, which
cannot accept tainted data.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
stat.c