Kaydet (Commit) 7b0f4dc5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1000834 Use of untrusted string value

and

coverity#706196 Use of untrusted string value
coverity#1244947 Use of untrusted string value

Change-Id: I5083aba2eff9e852a24513db431585922302b279
üst 7ca34b04
......@@ -58,6 +58,7 @@ int main( int argc, char* argv[] )
}
aTimes.push_back(TimeRecord("initialization"));
// coverity[tainted_string] - build time test tool
Office *pOffice = lok_cpp_init(argv[1]);
aTimes.push_back(TimeRecord());
......
......@@ -48,6 +48,7 @@ int main (int argc, char **argv)
return 1;
}
// coverity[tainted_string] - build time test tool
Office *pOffice = lok_cpp_init( argv[1] );
if( !pOffice )
{
......
......@@ -52,6 +52,7 @@ __cdecl
curtime = ctime(&t);
maketokenrow(3, &tr);
expandlex();
// coverity[tainted_string] - build time test tool
setup(argc, argv);
fixlex();
if (!Pflag)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment