[Bug 241905] SSP setup is not thread-safe ?
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Tue Nov 12 14:35:17 UTC 2019
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241905
Kyle Evans <kevans at freebsd.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209102|text/x-csrc                 |text/plain
          mime type|                            |
--- Comment #7 from Kyle Evans <kevans at freebsd.org> ---
Created attachment 209102
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209102&action=edit
minimal reproducer-ish
Attaching a minimal producer- obviously your mileage may vary, compiled with "
cc -fstack-protector-all -O0 -static -pthread repro.c" for optimal effect, then
ran in a loop `for i in $(seq 1 100); do ./a.out; done` because I wasn't sure
how to tune it more effectively when I'm trying to get it to race against a
constructor in libc. Adding more runtime to the misnamed ssp_canary_killer
would also help reproduce, but that takes more energy.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-toolchain
mailing list