Displaying 1 result from an estimated 1 matches for "sw1416ab".
2019 Dec 01
0
[Bug 1384] New: memory leaks when netfilter is used to filter network traffic
...Product: netfilter/iptables
Version: unspecified
Hardware: mips
OS: other
Status: NEW
Severity: major
Priority: P5
Component: netfilter hooks
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: sw1416ab at gmail.com
we used iptables to filter traffic to userspace and used libnetfilter_queue to
get the traffic, and simply verdict without any processing to the packets.
Found memory leaks.
Then we built a kernel module to filter traffic to queue 0, and
libnetfilter_queue is used to do the same. Sti...