Skip to content

Commit 920ecd1

Browse files
committed
cct.cpp: silence Coverity CID 193536
1 parent 473a8c1 commit 920ecd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/cct.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ int main(int argc, char **argv) {
228228

229229
fout = stdout;
230230

231+
/* coverity[tainted_data] */
231232
o = opt_parse (argc, argv, "hvI", "cdozts", longflags, longkeys);
232233
if (nullptr==o)
233234
return 0;

0 commit comments

Comments
 (0)