File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ bool taint_functions_for_dumping_taint_summary_in_htmlt::
204
204
" <th>Name</th>\n "
205
205
" <th>Type</th>\n "
206
206
" </tr>\n " ;
207
- assert (program.get_namespace ().get_symbol_table ().has_symbol (fn_id));
208
207
const symbolt &fn_symbol=program.get_namespace ().lookup (fn_id);
209
208
const code_typet &fn_type=to_code_type (fn_symbol.type );
210
209
for (std::size_t i=0UL , n=fn_type.parameters ().size (); i!=n; ++i)
@@ -296,7 +295,7 @@ bool taint_functions_for_dumping_taint_summary_in_htmlt::
296
295
" <th>Domain value</th>\n "
297
296
" <th style=\" width:300px;\" >Comment</th>\n "
298
297
" </tr>\n " ;
299
- for (auto instr_it = fn_body.instructions .cbegin ();
298
+ for (auto instr_it = fn_body.instructions .cbegin ();
300
299
instr_it!=fn_body.instructions .cend ();
301
300
++instr_it)
302
301
{
@@ -405,7 +404,7 @@ bool taint_functions_for_dumping_taint_summary_in_htmlt::
405
404
{
406
405
if (!first_or)
407
406
ostr << " or " ;
408
- ostr << html_encoding () << cond.dump (named_tokens);
407
+ ostr << html_encoding () << cond.dump (named_tokens);
409
408
first_or=false ;
410
409
}
411
410
if (props.get_sink_conditions ().size ()>1U && set.size ()>1U )
You can’t perform that action at this time.
0 commit comments