Commit 6e558364e for imagemagick.org
commit 6e558364eb6b7bca3ce65ce2abc74c721e53b194
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sun Jun 29 19:17:19 2025 +0200
Corrected initialization of the time limit.
diff --git a/MagickCore/resource.c b/MagickCore/resource.c
index ed318db60..406f481a5 100644
--- a/MagickCore/resource.c
+++ b/MagickCore/resource.c
@@ -136,7 +136,7 @@ static ResourceInfo
MagickULLConstant(768), /* file limit */
MagickULLConstant(1), /* thread limit */
MagickULLConstant(0), /* throttle limit */
- MagickULLConstant(0), /* time limit */
+ MagickResourceInfinity, /* time limit */
};
static SemaphoreInfo