Bug#785365: clang-3.5: undefined reference to `__stack_chk_guard'

2016-08-07 Thread Daniel Stender
... 3.8, in: [*] Testing the CC wrapper and instrumentation output... unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang-3.8 ../afl-clang-fast -g -O2 -fdebug-prefix-map=/<>=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wall

Bug#785365: clang-3.5: undefined reference to `__stack_chk_guard'

2015-12-03 Thread Daniel Stender
The problem remains also with clang-3.6. I've test build afl 1.95b against powerpc in a Sbuild chroot, clang-3.6/1:3.6.2-3 (pulled as default): clang -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/lib/afl\"

Bug#785365: clang-3.5: undefined reference to `__stack_chk_guard'

2015-08-21 Thread Jakub Wilk
* Jakub Wilk jw...@debian.org, 2015-05-15, 11:47: I can't build programs with stack protector enabled on some architectures (at least kfreebsd-*, powerpc, ppc64el): Also s390x. -- Jakub Wilk

Bug#785365: clang-3.5: undefined reference to `__stack_chk_guard'

2015-05-15 Thread Jakub Wilk
Package: clang-3.5 Version: 1:3.5.2-1 Severity: important Control: affects -1 src:afl I can't build programs with stack protector enabled on some architectures (at least kfreebsd-*, powerpc, ppc64el): $ echo 'int main(int argc, char **argv) { int x[99]; return 0; }' test.c $ clang-3.5