2 potential vulnerability fixes

This commit is contained in:
2026-02-23 23:26:21 -06:00
parent a6d2f6dca7
commit 8798a2f4fe
4 changed files with 26 additions and 23 deletions

View File

@@ -1,5 +1,2 @@
local args = {...}
local kernel = args[1]
local origLoad = load
--kernel._U.load = function(a,b,c,d) return origLoad(a,b,c,d or kernel._U) end
local kernel = ...
kernel.allowGlobalOverwrites = false