Skip to content

Commit 6024993

Browse files
author
Martin Krulis
committed
Isolate patch file updated.
1 parent a2e1f36 commit 6024993

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

isolate-fix-rlimit-nofile.patch

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
diff --git "a/isolate.c" "b/isolate.c"
2-
index 68e3f9f..cc23a17 100644
3-
--- "a/isolate.c"
4-
+++ "b/isolate.c"
5-
@@ -657,7 +657,7 @@ setup_rlimits(void)
1+
--- isolate/isolate.c 2020-08-28 17:53:27.186780086 +0200
2+
+++ iso-modified/isolate.c 2020-08-28 17:45:19.147291523 +0200
3+
@@ -657,7 +657,7 @@
64
RLIM(FSIZE, (rlim_t)fsize_limit * 1024);
75

86
RLIM(STACK, (stack_limit ? (rlim_t)stack_limit * 1024 : RLIM_INFINITY));

0 commit comments

Comments
 (0)