This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
difos
Watch
2
Star
0
Fork
You've already forked difos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a72af79590
difos
/
package
/
uci
/
patches
History
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
..
120-uci_trigger.patch
uci: update to 2010-09-28
2010-10-14 00:14:30 +00:00
130-lua_fix_nested_foreach_delete.patch
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)'
2010-11-01 00:20:00 +00:00