[master] 60ed13d Modern(er) JEmalloc has removed opt.redzone and fail if you try to enable it.

Poul-Henning Kamp phk at FreeBSD.org
Sun Jul 2 16:51:05 CEST 2017


commit 60ed13d970a75dba20750654da3b7ce445b981fa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Jul 2 14:49:52 2017 +0000

    Modern(er) JEmalloc has removed opt.redzone and fail if you try to enable it.

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index 975f0b8..611b41d 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -424,7 +424,7 @@ i_mode(void)
 	/*
 	 * strict jemalloc checking
 	 */
-	AZ(putenv(strdup("MALLOC_CONF=abort:true,redzone:true,junk:true")));
+	AZ(putenv(strdup("MALLOC_CONF=abort:true,junk:true")));
 }
 
 /**********************************************************************



More information about the varnish-commit mailing list