The following patch fixes a memory leak in flow-cidr (flow-tools-0.68
/ Inter.netPH-1.3).

http://hhg.to/flow-cidr-memory-leak.diff

Bug description:

A memory leak occurs in the original version when filtering by src/dst
ipblock (option -i or -I) because a new patricia tree is created in
each iteration of the comparison loop. The patch moves the patricia
tree creation code outside the loop.
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to