]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
sync TEST_MALLOC_OPTIONS for OpenBSD
authorDamien Miller <djm@mindrot.org>
Thu, 15 Aug 2024 02:44:17 +0000 (12:44 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 15 Aug 2024 02:44:17 +0000 (12:44 +1000)
configure.ac

index 016c96472d15e25b5d3bb8cfe6417097c03f3c2d..d21b57989ccaba982de061994ca669087d1103dc 100644 (file)
@@ -1093,7 +1093,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE([SSH_TUN_OPENBSD], [1], [Open tunnel devices the OpenBSD way])
        AC_DEFINE([SYSLOG_R_SAFE_IN_SIGHAND], [1],
            [syslog_r function is safe to use in in a signal handler])
-       TEST_MALLOC_OPTIONS="AFGJPRX"
+       TEST_MALLOC_OPTIONS="SJRU"
        ;;
 *-*-solaris*)
        if test "x$withval" != "xno" ; then