Text   |  XML   |  ReML   |   Visible Warnings:

Integer Overflow of Allocation Size  at lemon.c:490

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

acttab_action

(/home/sate/Testcases/c/cve/wireshark-1.2.0/tools/lemon/lemon.c)expand/collapse
Show more  
 486  static void acttab_action(acttab *p, int lookahead, int action){
 487    if( p->nLookahead>=p->nLookaheadAlloc ){
 488      p->nLookaheadAlloc += 25;
 489      p->aLookahead = realloc( p->aLookahead,
 490                               sizeof(p->aLookahead[0])*p->nLookaheadAlloc );
Show more  




Change Warning 876.29936 : Integer Overflow of Allocation Size

Priority:
State:
Finding:
Owner:
Note: