This website requires JavaScript.
Explore
Help
Sign In
Backups
/
immortalwrt-mt798x
Watch
1
Star
0
Fork
0
You've already forked immortalwrt-mt798x
mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced
2025-01-10 03:09:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
immortalwrt-mt798x
/
package
/
uci
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
..
files/lib
/config
base-files, uci: properly revert list state on config_load This fixes a bug where lists end up with duplicate values if config_load was invoked multiple times.
2010-08-14 00:45:15 +00:00
patches
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
trigger
fix a typo in apply_config -t
2009-08-04 00:43:55 +00:00
Makefile
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