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

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

Double quote to prevent globbing and word splitting.
Open

gcc $CFLAGS -shared -o $clib.so.$major.$minor crypto.o $ASM_OBJ -lnsl -lsocket
Severity: Minor
Found in openssl-0.9.7/shlib/solaris.sh by shellcheck

FLAGS appears unused. Verify it or export it.
Open

FLAGS="-O -DFILIO_H -Kalloca -Kthread"

Double quote to prevent globbing and word splitting.
Open

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

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

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

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

(cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.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/cast/asm; perl cast-586.pl win32 > c-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

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

ln -s $1 $2
Severity: Minor
Found in openssl-0.9.7/util/point.sh by shellcheck

Quote this to prevent word splitting.
Open

eval `grep '^VERSION=' Makefile.ssl`
Severity: Minor
Found in openssl-0.9.7/util/cygwin.sh by shellcheck

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

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

Double quote to prevent globbing and word splitting.
Open

cc -G -o $sh_clib -h $sh_clib $OBJS -lnsl -lsocket

Double quote to prevent globbing and word splitting.
Open

cd $PWD

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

(cd crypto/des/asm; perl des-586.pl win32 > d-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

if [ -d $dst ]
Severity: Minor
Found in openssl-0.9.7/util/install.sh by shellcheck

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

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

SHFLAGS appears unused. Verify it or export it.
Open

SHFLAGS="-DPIC -fPIC"

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

(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.7 libcrypto.sl ; ln -sf libssl.sl.0.9.7 libssl.sl)
Severity: Minor
Found in openssl-0.9.7/shlib/hpux10-cc.sh by shellcheck
Severity
Category
Status
Source
Language