Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at grammar.c:670

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/dfilter/grammar.c)expand/collapse
Show more  
 659  static void yyStackOverflow(yyParser *yypParser, YYMINORTYPE *yypMinor _U_){
 660     DfilterARG_FETCH;
 661     yypParser->yyidx--;
 662  #ifndef NDEBUG 
 663     if( yyTraceFILE ){
 664       fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt);
 665     }
 666  #endif
 667     while( yypParser->yyidx>=0 ) yy_pop_parser_stack(yypParser);
 668     /* Here code is inserted which will execute if the parser
 669     ** stack every overflows */
 670     DfilterARG_STORE; /* Suppress warning about unused %extra_argument var */
 671  }
Show more  




Change Warning 1150.30069 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: