[hardening-discuss] Bug#759322: same on wheezy

Mathieu Malaterre malat at debian.org
Tue Aug 26 09:06:49 UTC 2014


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!



More information about the hardening-discuss mailing list