coroparse: Suppress coverity toctou error
TOCTOU issue really exists, but it's not a really problem.
Solution would be to open file and then call fstat, but I don't think
it's really worth the trouble so rather add coverity specific comment
to suppress this error.
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>