Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at uat_load.c:1624

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

uat_load__init_buffer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/uat_load.c)expand/collapse
Show more  
 1603      static void uat_load__init_buffer  (YY_BUFFER_STATE  b, FILE * file )
 1604   
 1605  {
 1606          int oerrno = errno;
 1607       
 1608          uat_load__flush_buffer(b );
 1609   
 1610          b->yy_input_file = file;
 1611          b->yy_fill_buffer = 1;
 1612   
 1613      /* If b is the current buffer, then uat_load__init_buffer was _probably_
 1614       * called from uat_load_restart() or through yy_get_next_buffer.
 1615       * In that case, we don't want to reset the lineno or column.
 1616       */
 1617      if (b != YY_CURRENT_BUFFER){
 1618          b->yy_bs_lineno = 1;
 1619          b->yy_bs_column = 0;
 1620      }
 1621   
 1622          b->yy_is_interactive = 0;
 1623       
 1624          errno = oerrno;
 1625  }
Show more  




Change Warning 2650.29588 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: