Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uci: use latest git, fixes reorder operation and incorperates nested delete ↵ | Jo-Philipp Wich | 2011-01-19 | 1 | -20/+0 |
| | | | | | | patch SVN-Revision: 25048 | ||||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 | 1 | -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 |