Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at mate_grammar.c:1074

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/plugins/mate/mate_grammar.c)expand/collapse
Show more  
 1063  static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor _U_){
 1064     MateParserARG_FETCH;
 1065     yypParser->yyidx--;
 1066  #ifndef NDEBUG 
 1067     if( yyTraceFILE ){
 1068       fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt);
 1069     }
 1070  #endif
 1071     while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 1072     /* Here code is inserted which will execute if the parser
 1073     ** stack every overflows */
 1074     MateParserARG_STORE; /* Suppress warning about unused %extra_argument var */
 1075  }
Show more  




Change Warning 3732.30078 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: