Hi Chet

Could you add this? Prevents us from having to remember to use --without-bash-malloc

diff --git a/configure.in b/configure.in
index d7e0998..af72223 100644
--- a/configure.in
+++ b/configure.in
@@ -87,6 +87,7 @@ sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; r
*-beos*)    opt_bash_malloc=no ;;    # they say it's suitable
*-cygwin*)    opt_bash_malloc=no ;;    # Cygnus's CYGWIN environment
*-opennt*|*-interix*) opt_bash_malloc=no ;; # Interix, now owned by Microsof
+*-nsk*)        opt_bash_malloc=no ;;    # HP NonStop
esac

# memory scrambling on free()


Applies to at least bash-4.2.37

Bye, Jojo

Reply via email to