This commit is contained in:
2026-02-08 17:20:23 +08:00
parent c83e4755e9
commit c721e898c4

View File

@@ -58,7 +58,8 @@ class RunGuard:
self.usepickle = True
v = os.getenv('GUARD_RLIMIT_OFILE')
if v: self.ofile = int(v)
if v:
self.ofile = int(v)
self.ldpreload = os.getenv('GUARD_LD_PRELOAD')
def execute(self):