ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.05k stars 925 forks source link

Potential memleak in n2n/tools/n2n-decode.c #1154

Open icy17 opened 8 months ago

icy17 commented 8 months ago

Calling pcap_compile in n2n/tools/n2n-decode.c:333 without releasing parameter 2 when no longer needed cause memleak.