Print this page
11972 resync smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/validation/noderef.c
          +++ new/usr/src/tools/smatch/src/validation/noderef.c
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39          r = py->a;
  40   40          r = py->a+1;
  41   41          r = &py->a[0];
  42   42  }
  43   43  /*
  44   44   * check-name: noderef attribute
  45   45   *
  46   46   * check-error-start
  47   47  noderef.c:24:12: warning: incorrect type in assignment (different modifiers)
  48   48  noderef.c:24:12:    expected char *[noderef] *q2
  49      -noderef.c:24:12:    got char [noderef] **<noident>
       49 +noderef.c:24:12:    got char [noderef] **
  50   50   * check-error-end
  51   51   */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX