X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fenv%2F__stack_chk_fail.c;h=031a1ed7058e4aefd498cc4a379858eacc2ac9c2;hb=d432b2c057fc64256645422382c2f7e32c45b3cc;hp=3e2e4b6dfabac5d60194c33eee3c1e4b58371dec;hpb=0a96a37f06fda78ce3674b425888b1fc090578aa;p=musl diff --git a/src/env/__stack_chk_fail.c b/src/env/__stack_chk_fail.c index 3e2e4b6d..031a1ed7 100644 --- a/src/env/__stack_chk_fail.c +++ b/src/env/__stack_chk_fail.c @@ -8,7 +8,6 @@ uintptr_t __stack_chk_guard; void __init_ssp(void *entropy) { - size_t i; pthread_t self = __pthread_self_init(); uintptr_t canary; if (entropy) memcpy(&canary, entropy, sizeof canary);