Text   |  XML   |  ReML   |   Visible Warnings:

Integer Overflow of Allocation Size  at lemon.c:1426

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

handle_D_option

(/home/sate/Testcases/c/cve/wireshark-1.2.0/tools/lemon/lemon.c)expand/collapse
Show more  
 1423  static void handle_D_option(char *z){
 1424    char **paz;
 1425    nDefine++;
 1426    azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine);
Show more  




Change Warning 887.30037 : Integer Overflow of Allocation Size

Priority:
State:
Finding:
Owner:
Note: