Actions
Bug #1367
closed
JB
VJ
the memory allocated by libhtp was not freed.
Bug #1367:
the memory allocated by libhtp was not freed.
Affected Versions:
Effort:
Difficulty:
Label:
Description
In the 250,000 CPS test(IxLoad XT80), I found the problem which was seen as memory leak.
bstr_alloc() and hp_list_array_create() function in libhtp allocate large memory and does not free it.
Files
Actions