Text   |  XML   |  ReML   |   Visible Warnings:

Integer Overflow of Allocation Size  at wimaxasncp_dict.c:2493

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

yy_push_state

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimaxasncp/wimaxasncp_dict.c)expand/collapse
Show more  
 2486      static void yy_push_state (int  new_state )
 2487  {
 2488          if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
 2489                  {
 2490                  yy_size_t new_size;
 2491   
 2492                  (yy_start_stack_depth) += YY_START_STACK_INCR;
 2493                  new_size = (yy_start_stack_depth) * sizeof( int );
 2494   
 2495                  if ( ! (yy_start_stack) )
 2496[+]                         (yy_start_stack) = (int *) WimaxasncpDictalloc(new_size  );
expand/collapse

WimaxasncpDictalloc

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimaxasncp/wimaxasncp_dict.c)expand/collapse
Show more  
 2712  void *WimaxasncpDictalloc (yy_size_t  size )
 2713  {
 2714          return (void *) malloc( size );
Show more  
Show more  




Change Warning 3927.30103 : Integer Overflow of Allocation Size

Priority:
State:
Finding:
Owner:
Note: