Loading...
--- libmalloc/libmalloc-283.100.6/src/malloc.c
+++ libmalloc/libmalloc-283.100.5/src/malloc.c
@@ -1008,6 +1008,9 @@
 		malloc_debug_flags = MALLOC_ABORT_ON_CORRUPTION;
 	}
 #endif
+
+	// Disable large ASLR sliding until 59078838 introduces the checkfix to fix bincompat issues
+	malloc_debug_flags |= DISABLE_LARGE_ASLR;
 
 	/*
 	 * Given that all environment variables start with "Malloc" we optimize by scanning quickly