Ethereal-cvs: [Ethereal-cvs] rev 17584: /trunk/plugins/mate/: mate_parser.l

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sat, 11 Mar 2006 12:07:02 GMT
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