Hi All,

The 'Z' flag was removed 10 days ago by Ted.

connect-privsep.sh complains that there is an unknown malloc option.

Diff below:

Index: connect-privsep.sh
===================================================================
RCS file: /cvs/src/regress/usr.bin/ssh/connect-privsep.sh,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 connect-privsep.sh
--- connect-privsep.sh  2 Jul 2012 14:37:06 -0000       1.4
+++ connect-privsep.sh  4 May 2014 10:15:50 -0000
@@ -25,7 +25,7 @@ done
 
 # Because sandbox is sensitive to changes in libc, especially malloc, retest
 # with every malloc.conf option (and none).
-for m in '' A F G H J P R S X Z '<' '>'; do
+for m in '' A F G H J P R S X '<' '>'; do
     for p in 1 2; do
        env MALLOC_OPTIONS="$m" ${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 
true
        if [ $? -ne 0 ]; then

Reply via email to