/
usr
/
src
/
kernels
/
3.10.0-1160.31.1.el7.x86_64
/
scripts
/
File Upload :
llllll
Current File: //usr/src/kernels/3.10.0-1160.31.1.el7.x86_64/scripts/gcc-x86_32-has-stack-protector.sh
#!/bin/sh echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /dev/null | grep -q "%gs" if [ "$?" -eq "0" ] ; then echo y else echo n fi
Copyright ©2k19 -
Hexid
|
Tex7ure