Home
last modified time | relevance | path

Searched refs:tmp_stack_chk_guard (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/secure/
HDstack_protector.c76 volatile long tmp_stack_chk_guard[nitems(__stack_chk_guard)]; in __guard_setup() local
89 __DEQUALIFY(void *, tmp_stack_chk_guard), in __guard_setup()
90 sizeof(tmp_stack_chk_guard)); in __guard_setup()
91 if (error == 0 && tmp_stack_chk_guard[0] != 0) { in __guard_setup()
93 __stack_chk_guard[idx] = tmp_stack_chk_guard[idx]; in __guard_setup()
94 tmp_stack_chk_guard[idx] = 0; in __guard_setup()