summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
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,