summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-01-29 12:37:47 -0500
committerEric S. Raymond <esr@thyrsus.com>2016-01-29 12:38:25 -0500
commitcfad4675e188afc0cb4c7841b688bda81a2f7e7e (patch)
tree70f29ee5b668fbd2c63946f5924f91990ed964d2 /json.c
parent278a3b8c6cf5c985e0b9116c90bf598632aa8c37 (diff)
downloadgpsd-cfad4675e188afc0cb4c7841b688bda81a2f7e7e.tar.gz
Add Coverity suppressions for new invariant checks.
Diffstat (limited to 'json.c')
-rw-r--r--json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/json.c b/json.c
index 92b9dbf6..ed440e72 100644
--- a/json.c
+++ b/json.c
@@ -421,6 +421,7 @@ static int json_internal_read_object(const char *cp,
} else
*pval++ = *cp;
break;
+ /* coverity[unterminated_case] */
case post_val:
/*
* We know that cursor points at the first spec matching