summaryrefslogtreecommitdiff
path: root/gpsdctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-10 23:18:35 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-10 23:18:35 -0400
commit629bac4e7a0a9f7ef2a48ba515dabeee313f38d2 (patch)
tree1eea536090c1524c8e5b3be5beaddfdb35b8e800 /gpsdctl.c
parentf1c0e01168c12c8cdc5e3e60df0edc8012f86cd4 (diff)
downloadgpsd-629bac4e7a0a9f7ef2a48ba515dabeee313f38d2.tar.gz
Suppress more non-defects.
Diffstat (limited to 'gpsdctl.c')
-rw-r--r--gpsdctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsdctl.c b/gpsdctl.c
index a3346d47..bc2daa94 100644
--- a/gpsdctl.c
+++ b/gpsdctl.c
@@ -100,6 +100,7 @@ int main(int argc, char *argv[])
if (optenv != NULL)
gpsd_options = optenv;
+ /* coverity[string_size] */]
if (gpsd_control(argv[1], argv[2]) < 0)
exit(1);
else