summaryrefslogtreecommitdiff
path: root/package/uci/patches/130-lua_fix_nested_foreach_delete.patch
Commit message (Collapse)AuthorAgeFilesLines
* uci: use latest git, fixes reorder operation and incorperates nested delete ↵Jo-Philipp Wich2011-01-191-20/+0
| | | | | | patch SVN-Revision: 25048
* uci: use a delete-safe iterator in the Lua :foreach() function The following ↵Jo-Philipp Wich2010-11-011-0/+20
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)' SVN-Revision: 23757