dthelp: more coverity fixes

This commit is contained in:
Peter Howkins
2018-04-11 02:07:55 +01:00
parent f4e3cb8327
commit 10468068ac
9 changed files with 14 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ int main(argc, argv)
fprintf(stderr, "**** Specify interface file ****\n") ;
exit(TRUE) ;
}
strncpy(iffile, argv[1], IFLEN) ;
strncpy(iffile, argv[1], IFLEN - 1) ;
initialize() ;
while (TRUE) {
m_token = scan() ;