=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cryptsetup-2.3.4/.travis.yml-26- # workaround clang not system wide, fail on sudo make install cryptsetup-2.3.4/.travis.yml:27: - export CC=`which $CC` cryptsetup-2.3.4/.travis.yml-28- # workaround travis-ci issue #5301 ############################################## cryptsetup-2.3.4/autogen.sh-3- cryptsetup-2.3.4/autogen.sh:4:srcdir=`dirname $0` cryptsetup-2.3.4/autogen.sh-5-PKG_NAME="cryptsetup" ############################################## cryptsetup-2.3.4/tests/blockwise-compat-309-which $STRACE > /dev/null 2>&1 || unset STRACE cryptsetup-2.3.4/tests/blockwise-compat:310:test -x $BW_UNIT || skip "Run \"make `basename $BW_UNIT`\" first" cryptsetup-2.3.4/tests/blockwise-compat-311- ############################################## cryptsetup-2.3.4/tests/verity-compat-test-203- dd if=/dev/zero of=$IMG_TMP bs=$4 count=$5 > /dev/null 2>&1 cryptsetup-2.3.4/tests/verity-compat-test:204: ARR=(`sha256sum $IMG_TMP`) cryptsetup-2.3.4/tests/verity-compat-test-205- HASH_ORIG=${ARR[0]} cryptsetup-2.3.4/tests/verity-compat-test-206- else cryptsetup-2.3.4/tests/verity-compat-test:207: ARR=(`sha256sum $1`) cryptsetup-2.3.4/tests/verity-compat-test-208- HASH_ORIG=${ARR[0]} ############################################## cryptsetup-2.3.4/tests/verity-compat-test-210- cryptsetup-2.3.4/tests/verity-compat-test:211: ARR=(`$VERITYSETUP format $1 $2 --fec-device=$3 $PARAMS`) cryptsetup-2.3.4/tests/verity-compat-test-212- SALT=${ARR[$INDEX]} ############################################## cryptsetup-2.3.4/tests/verity-compat-test-225- dd if=/dev/mapper/$DEV_NAME of=$IMG_TMP > /dev/null 2>&1 cryptsetup-2.3.4/tests/verity-compat-test:226: ARR=(`sha256sum $IMG_TMP`) cryptsetup-2.3.4/tests/verity-compat-test-227- ############################################## cryptsetup-2.3.4/tests/verity-compat-test-334- cryptsetup-2.3.4/tests/verity-compat-test:335: ARR=(`$VERITYSETUP format $IMG $HASH_DEV --fec-device $FEC $PARAMS --salt=$DEV_SALT --uuid=$DEV_UUID`) cryptsetup-2.3.4/tests/verity-compat-test-336- ROOT_HASH=${ARR[28]} ############################################## cryptsetup-2.3.4/debian/README.keyctl-79-between multiple invocations. The term used to described the key in the user cryptsetup-2.3.4/debian/README.keyctl:80:keyring is `cryptsetup:$CRYPTTAB_KEY`, unless `$CRYPTTAB_KEY` is empty cryptsetup-2.3.4/debian/README.keyctl-81-or has the special value `none`, in which case the description is merely ############################################## cryptsetup-2.3.4/debian/changelog-1035- device names containing non-alphanumeric characters such as "." or "-": cryptsetup-2.3.4/debian/changelog:1036: + replace `grep "^$x\b"` by `awk -vx="$x" '$1==x {print}'`; and cryptsetup-2.3.4/debian/changelog:1037: + replace `echo "$x"` by printf '%s' "$x" when the argument might start cryptsetup-2.3.4/debian/changelog-1038- with a dash. ############################################## cryptsetup-2.3.4/debian/changelog-2917- mounted. cryptsetup-2.3.4/debian/changelog:2918: * replace RETRY=`expr $RETRY - 1` with RETRY=$(($RETRY-1)), as expr is in cryptsetup-2.3.4/debian/changelog-2919- /usr/bin. ############################################## cryptsetup-2.3.4/debian/functions-255-# run_keyscript($keyscriptarg, $tried_count) cryptsetup-2.3.4/debian/functions:256:# exec()'ute `$CRYPTTAB_OPTION_keyscript $keyscriptarg`. cryptsetup-2.3.4/debian/functions-257-# If $CRYPTTAB_OPTION_keyscript is unset or null and $keyscriptarg is ############################################## cryptsetup-2.3.4/debian/scripts/po/Makefile-30- for i in $(MO) ; do \ cryptsetup-2.3.4/debian/scripts/po/Makefile:31: t=$(DESTDIR)/$(LOCALEDIR)/`basename $$i .mo`/LC_MESSAGES ;\ cryptsetup-2.3.4/debian/scripts/po/Makefile-32- install -d $$t ;\