Re: [OpenWrt-Devel] [PATCH] Fix memory leak in hotplug2

2009-12-05 Thread Fábio Ricci
Hi, add a new ticket. https://dev.openwrt.org/newticket Regards On Sat, Dec 5, 2009 at 6:22 PM, Aleksandar Radovanovic < biblbr...@sezampro.rs> wrote: > Anyone? > > On 11/18/2009 08:36 PM, Aleksandar Radovanovic wrote: > > Fix a memory leak in hotplug2 environment handling. > > Bump hotplug2 to

Re: [OpenWrt-Devel] [PATCH] Fix memory leak in hotplug2

2009-12-05 Thread Aleksandar Radovanovic
Anyone? On 11/18/2009 08:36 PM, Aleksandar Radovanovic wrote: > Fix a memory leak in hotplug2 environment handling. > Bump hotplug2 to the latest svn revision, remove obsolete patches. > > Memory leak is caused by the way hotplug2 handles environment variables, > using setenv() and unsetenv(). set

[OpenWrt-Devel] should changeset 18032 really remove libipt_set (nico)?

2009-12-05 Thread Brian J. Murrell
Looking at changeset 18032 (https://dev.openwrt.org/changeset/18032/trunk/include/netfilter.mk) I see that libipt_set was removed: -$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_MATCH_SET, $(P_V4)ipt_set)) - -$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_TARGET_SET, $(P_V4)ipt_SET)) but I cannot see