Your IP : 216.73.217.30


Current Path : /usr/lib/modules/5.4.0-150-generic/build/scripts/
Upload File :
Current File : //usr/lib/modules/5.4.0-150-generic/build/scripts/gcc-x86_32-has-stack-protector.sh

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0

echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs"