Jo-Philipp Wich
|
f52274bf2f
|
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)'
SVN-Revision: 23757
|
2010-11-01 00:20:00 +00:00 |
|
Felix Fietkau
|
1ca915970e
|
uci: update to 2010-09-28
SVN-Revision: 23430
|
2010-10-14 00:14:30 +00:00 |
|
Travis Kemen
|
17b7aaba31
|
bump to the lastest git commit
SVN-Revision: 20378
|
2010-03-23 01:28:52 +00:00 |
|
Felix Fietkau
|
e7cbce1f9e
|
add ucitrigger: a uci plugin, command line tool and lua interface for automatically applying uci config changes
SVN-Revision: 16375
|
2009-06-08 01:27:01 +00:00 |
|
Felix Fietkau
|
8994dc4361
|
uci: increase argv size in batch mode to silence a false gcc 4.4 compiler warning
SVN-Revision: 15521
|
2009-04-30 19:34:49 +00:00 |
|