BAN-AI-Communications/k95-mingw

View on GitHub

Showing 5,973 of 5,973 total issues

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

(cd crypto/bn/asm; perl x86.pl win32 > bn-win32.asm)
Severity: Minor
Found in openssl-0.9.7/util/x86asm.sh by shellcheck

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

(cd crypto/ripemd/asm; perl rmd-586.pl win32 > rm-win32.asm)
Severity: Minor
Found in openssl-0.9.7/util/x86asm.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

$SSLEAY req $CONF \
Severity: Minor
Found in openssl-0.9.7/util/mkcerts.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

rm -f $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
Severity: Minor
Found in openssl-0.9.7/util/domd by shellcheck

Double quote to prevent globbing and word splitting.
Open

ls -l openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2
Severity: Minor
Found in openssl-0.9.7/util/cygwin.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
Severity: Minor
Found in openssl-0.9.7/shlib/irix.sh by shellcheck

Use $(..) instead of legacy ...
Open

OBJS="$OBJS `grep $obj allobjs`"

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

cd $INSTALLTOP

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

(cd crypto/md5/asm; perl md5-586.pl cpp > mx86unix.cpp)
Severity: Minor
Found in openssl-0.9.7/util/x86asm.sh by shellcheck

Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Open

(cd crypto/sha/asm; perl sha1-586.pl win32 > s1-win32.asm)
Severity: Minor
Found in openssl-0.9.7/util/x86asm.sh by shellcheck

Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Open

if [ $? != 0 ]; then
Severity: Minor
Found in openssl-0.9.7/util/mkcerts.sh by shellcheck

In POSIX sh, OSTYPE is undefined.
Open

if test "$OSTYPE" = msdosdjgpp; then
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
Severity: Minor
Found in openssl-0.9.7/util/domd by shellcheck

Double quote to prevent globbing and word splitting.
Open

./config ${CONFIG_OPTIONS}
Severity: Minor
Found in openssl-0.9.7/util/cygwin.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
Severity: Minor
Found in openssl-0.9.7/util/cygwin.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
Severity: Minor
Found in openssl-0.9.7/util/cygwin.sh by shellcheck

Quote this to prevent word splitting.
Open

/bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
Severity: Minor
Found in openssl-0.9.7/util/fixNT.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; fi
Severity: Minor
Found in openssl-0.9.7/util/install.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

gcc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto
Severity
Category
Status
Source
Language