'redzone' not supported in new versions of jemalloc
(since jemalloc 5.0.0).

Signed-off-by: Ilya Maximets <[email protected]>
---
 tests/atlocal.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/atlocal.in b/tests/atlocal.in
index e186fc555..388f79ed8 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -78,9 +78,12 @@ FreeBSD)
     [789].*)
         MALLOC_CONF=AJ
         ;;
-    *)
+    1[01].*)
         MALLOC_CONF=abort:true,junk:true,redzone:true
         ;;
+    *)
+        MALLOC_CONF=abort:true,junk:true
+        ;;
     esac
     export MALLOC_CONF
 esac
-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to