rev 17584: /trunk/plugins/mate/: mate_parser.l
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: lego Date: 2006/03/11 06:07 AM Log: Mark coverity CID 117 as a false positive. Lex code is often hard for humans to understand... neither of the error conditions found would be happening... One was marked as error because coverity does not understand that yyterminate() breaks execution. The other marked as an error because coverity is not able to figure out that the error appears in an actions against two different rules that will not ever match toghether. Directory: /trunk/plugins/mate/ Changes Path Action +2 -0 mate_parser.l Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17584&view=rev