Useless Assignment at grammar.c:670 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
yyStackOverflow (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dfilter/grammar.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |