summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-12 14:37:00 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-12 14:37:00 -0400
commit1c035cfa54bb65929642f70260dc23c8fee847e3 (patch)
treecb4f060add417804b6e74f17ff051c4ff18dfef5 /libgpsd_core.c
parent1992d827fbd3aefc124ea46c0f7e87571508d408 (diff)
downloadgpsd-1c035cfa54bb65929642f70260dc23c8fee847e3.tar.gz
More Coverity suppressions.
Also, remove our custom scan script, I'm going to publish a more polished version.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 95da9fa9..2370024d 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -953,6 +953,7 @@ gps_mask_t gpsd_poll(struct gps_device_t *session)
/* can we get a full packet from the device? */
if (session->device_type != NULL) {
newlen = session->device_type->get_packet(session);
+ /* coverity[deref_ptr] */
gpsd_report(LOG_RAW,
"%s is known to be %s\n",
session->gpsdata.dev.path,