4841. [bug] Address -fsanitize=undefined warnings. [RT #46786]

This commit is contained in:
Mark Andrews
2017-12-06 21:00:14 +11:00
parent a89f416017
commit 9d5a0abe81
9 changed files with 32 additions and 17 deletions

View File

@@ -580,7 +580,7 @@ n=`expr $n + 1`
echo " I:wait for the zones to be loaded ($n)"
ret=1
try=0
while test $try -lt 45
while test $try -lt 100
do
sleep 1
sed -n "$cur,"'$p' < ns6/named.run | grep "any newly configured zones are now loaded" > /dev/null && {