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