Integer Overflow of Allocation Size at lemon.c:1426 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
handle_D_option (/home/sate/Testcases/c/cve/wireshark-1.2.0/tools/lemon/lemon.c)![]() | ||||||
![]() | ||||||
1423 | static void handle_D_option(char *z){ | |||||
1424 | char **paz; | |||||
1425 | nDefine++; | |||||
1426 | azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine);
| |||||
![]() |