diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-01 00:20:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-01 00:20:00 +0000 |
commit | f52274bf2fae35c07e0a1801b46b68b9e8179c25 (patch) | |
tree | 6e1a82a2e81ef879a89713e5fdb06ee74de617bc /scripts | |
parent | 21aeb28779a02c1c0cac637981f2a6cee155d457 (diff) | |
download | upstream-f52274bf2fae35c07e0a1801b46b68b9e8179c25.tar.gz upstream-f52274bf2fae35c07e0a1801b46b68b9e8179c25.tar.bz2 upstream-f52274bf2fae35c07e0a1801b46b68b9e8179c25.zip |
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
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions