BAN-AI-Communications/k95-mingw

View on GitHub

Showing 5,973 of 5,973 total issues

Double quote to prevent globbing and word splitting.
Open

perl5 Configure no-shared hpux-parisc-cc-o4 ${MYFLAGS}
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck

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

(cd crypto/des/asm; perl crypt586.pl cpp > yx86unix.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/md5/asm; perl md5-586.pl win32 > m5-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

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

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

Double quote to prevent globbing and word splitting.
Open

$CC -c $CFLAGS -o ssl.o ssl/ssl.c
Severity: Minor
Found in openssl-0.9.7/shlib/solaris.sh by shellcheck

Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Open

if [ -f makefile.ssl -a ! -f Makefile.ssl ]; then
Severity: Minor
Found in openssl-0.9.7/util/fixNT.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

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

Use $(..) instead of legacy ...
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

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

for obj in `ar t libcrypto.a`

Double quote to prevent globbing and word splitting.
Open

$doit $instcmd $src $dst
Severity: Minor
Found in openssl-0.9.7/util/install.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

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

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

(cd crypto/bf/asm; perl bf-586.pl cpp > bx86unix.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/rc4/asm; perl rc4-586.pl win32 > r4-win32.asm)
Severity: Minor
Found in openssl-0.9.7/util/x86asm.sh by shellcheck

Double quote to prevent globbing and word splitting.
Open

cp $1 $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.ssl > Makefile.new
Severity: Minor
Found in openssl-0.9.7/util/domd by shellcheck

Double quote to prevent globbing and word splitting.
Open

rm $TOP/krb5.h
Severity: Minor
Found in openssl-0.9.7/util/domd by shellcheck

FLAGS appears unused. Verify it or export it.
Open

FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread"

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

for obj in `ar t libssl.a`
Severity
Category
Status
Source
Language