dbus-policychecker: adjust maxdepth for xsltproc 33/195333/1 accepted/tizen/unified/20181217.142407 submit/tizen/20181217.062834
authorAdrian Szyndela <adrian.s@samsung.com>
Wed, 12 Dec 2018 15:42:19 +0000 (16:42 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Wed, 12 Dec 2018 15:42:19 +0000 (16:42 +0100)
Maxdepth 20000 for xsltproc seems to be too low, as it complains
for "potential infinite recursion" when there is no infinite recursion.

Change-Id: I873c8a9a4ba4fd58e13557308bb55cf2470d9b82

policychecker/check.in

index acb559b..fd3af57 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-xslt_processor="xsltproc --nonet --novalid --maxdepth 20000"
+xslt_processor="xsltproc --nonet --novalid --maxdepth 25000"
 tmpdir=`mktemp -d`
 checker_dir="@datadir@/dbus-tools/policychecker"
 schematron_dir="@datadir@/dbus-tools/policychecker/xslt"