https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241905
Kyle Evans <kev...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #209102|text/x-csrc |text/plain mime type| | --- Comment #7 from Kyle Evans <kev...@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. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"