robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak in ՝smack_benchmark՝ function

hovhannes-96 opened this issue · comments

The memory leak is found by a static analyzer developed at CAST ( https://www.linkedin.com/company/cast-center/).

In src/smack1.c call of malloc allocates and returns dynamic memory which is not freed.