BAN-AI-Communications/k95-mingw

View on GitHub

Showing 5,973 of 5,973 total issues

SHFLAGS appears unused. Verify it or export it.
Open

SHFLAGS="-Kpic -DPIC"

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/rc5/asm; perl rc5-586.pl cpp > r586unix.cpp)
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

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

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

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

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

if [ x"$stripcmd" != x ]; then $doit $stripcmd $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 $CFLAGS -shared -o $slib.so ssl.o -L. -lcrypto
Severity: Minor
Found in openssl-0.9.7/shlib/solaris.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

for obj in `ar t libcrypto.a`

Double quote to prevent globbing and word splitting.
Open

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

Double quote to prevent globbing and word splitting.
Open

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

Double quote to prevent globbing and word splitting.
Open

cc -G -o $sh_slib -h $sh_slib $OBJS -L. -lcrypto

Double quote to prevent globbing and word splitting.
Open

perl5 Configure no-shared hpux-parisc-cc ${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/bn/asm; perl x86.pl cpp > bn86unix.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/des/asm; perl des-586.pl cpp > dx86unix.cpp)
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

dst="$dst"/`basename $src`
Severity: Minor
Found in openssl-0.9.7/util/install.sh by shellcheck

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
Severity
Category
Status
Source
Language