Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at dtd_grammar.c:695

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

yyStackOverflow

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dtd_grammar.c)expand/collapse
Show more  
 684  static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor _U_){
 685     DtdParseARG_FETCH;
 686     yypParser->yyidx--;
 687  #ifndef NDEBUG 
 688     if( yyTraceFILE ){
 689       fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt);
 690     }
 691  #endif
 692     while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 693     /* Here code is inserted which will execute if the parser
 694     ** stack every overflows */
 695     DtdParseARG_STORE; /* Suppress warning about unused %extra_argument var */
 696  }
Show more  




Change Warning 3074.30077 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: