[package] uci: use a delete-safe iterator in the Lua :foreach() function
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 1 Nov 2010 00:20:00 +0000 (00:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 1 Nov 2010 00:20:00 +0000 (00:20 +0000)
commitd26484d8f600f1a0af033b122d3cedcf333c2047
treec187c0f7157eac2eb4fa0d68e7937bd083f9d2f4
parent9cd9a5a07fe14f9703afbb88903f00ab4156e263
[package] uci: use a delete-safe iterator in the Lua :foreach() function
The following test case exposed a NULL pointer dereference in uci_lua_foreach():
  lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/uci/Makefile
package/uci/patches/130-lua_fix_nested_foreach_delete.patch [new file with mode: 0644]