Displaying 1 result from an estimated 1 matches for "dmcnash".
2003 Aug 23
1
[Bug 117] register_target() creates circular linked list
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=117
------- Additional Comments From laforge@netfilter.org 2003-08-23 22:24 -------
I'm not sure if I understand you correctly. How does register_target create a
circular list?
initially, iptables_targets == NULL.
then you register the first target (t), and you set t->next = iptables_targets
(== NULL), and then point