Control: tags -1 confirmed

Same behavior for me on wheezy:

$ apt-get source binwalk
$ cd binwalk-2.0.1
$ gcc -Wall -fPIC -g -O2 -fstack-protector -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -c ./src/C/miniz/tinfl.c
$ gcc -Wall -fPIC -g -O2 -fstack-protector -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -shared
-Wl,-soname,libtinfl.so tinfl.o -o libtinfl.so -Wl,-z,relro
$ hardening-check libtinfl.so
libtinfl.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: yes
 Fortify Source functions: no, only unprotected functions found!
 Read-only relocations: yes
 Immediate binding: no, not found!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to