Fix: missing ftell/fseek error handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 26 Jul 2017 15:55:11 +0000 (11:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Aug 2017 20:50:07 +0000 (16:50 -0400)
commit677e1a210d1e5ca6ab5dbc17869754801c99edd6
tree3b4d131b6661e7b55cd14d3a339c8c4e7156a98b
parent47eba00af0f5633717f8139041e2ec257ec39da1
Fix: missing ftell/fseek error handling

Found by Coverity:

CID 1376181 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS).
negative_returns: filesize is passed to a parameter that cannot be
negative.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-src/query.c
This page took 0.024114 seconds and 4 git commands to generate.