Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Negative Character Value  at tracer.c:700

Categories: LANG.TYPE.NEGCHAR CWE:119 CWE:686
Warning ID: 2423.2445
Similar Warnings: 2423.2447
Procedure: acav
Trace: View
Modified: Wed Sep 2 12:37:42 2009   show details
 
Priority: None
State: None
Finding: None
Owner: None
  edit properties

Legend [ X ]
Warning Location
Contributes
Parse Error
Other Warning
Two or More Loop Iterations
On Execution Path
Comment
Macro
Preprocessor
Include
Keyword
Preprocessed Away

Source  |  Language: C Hide Legend     
ProblemLineSource
   /u1/paul/SATE/2010/c/pvm/pvm3/tracer/tracer.c
   Enter acav
 690                                                 *q++ = *p;
 691                                                 mode = 0;
 692  
 693                                         } else if (mode == *p) {
 694                                                 mode = 0;
 695  
 696                                         } else 
 697                                                 *q++ = *p;
 698  
 699                                 } else {
Type is char or signed char700                                         if (isspace(*p))     /* Negative Character Value */
 701                                                 break;
 702  
 703                                         switch (*p) {
 704  
 705                                         case '"': 
 706                                         case '\'': 
 707                                         case '\\': 
 708                                                 mode = *p;
 709                                                 break;
 710  




Change Warning 2423.2445 : Negative Character Value

Because they are very similar, this warning shares annotations with warning 2423.2447.

Priority:
State:
Finding:
Owner:
Note: