summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index b072e5b5..e92e3337 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -2324,7 +2324,7 @@ int main(int argc, char *argv[])
while ((rd = read(cfd, buf, sizeof(buf) - 1)) > 0) {
buf[rd] = '\0';
gpsd_report(LOG_IO, "<= control(%d): %s\n", cfd, buf);
- /* coverity[tainted_scalar] Safe, never handed to exec */
+ /* coverity[tainted_data_argument] Safe, never handed to exec */
handle_control(cfd, buf);
}
gpsd_report(LOG_SPIN, "close(%d) of control socket\n", cfd);