Searched refs:canarybuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/cloudabi32/
H A Dcloudabi32_module.c66 char canarybuf[64], pidbuf[16]; local
85 arc4rand(canarybuf, sizeof(canarybuf), 0);
86 *stack_base -= roundup(sizeof(canarybuf), sizeof(register_t));
88 error = copyout(canarybuf, canary, sizeof(canarybuf));
125 VAL(CLOUDABI_AT_CANARYLEN, sizeof(canarybuf)),
/freebsd-13-stable/sys/compat/cloudabi64/
H A Dcloudabi64_module.c66 char canarybuf[64], pidbuf[16]; local
85 arc4rand(canarybuf, sizeof(canarybuf), 0);
86 *stack_base -= roundup(sizeof(canarybuf), sizeof(register_t));
88 error = copyout(canarybuf, canary, sizeof(canarybuf));
125 VAL(CLOUDABI_AT_CANARYLEN, sizeof(canarybuf)),

Completed in 164 milliseconds