https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241905
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Conrad Meyer <[email protected]> --- OpenBSD has an (?)interesting solution to this problem: they hack in an ".openbsd.randomdata" section to their ELF objects and initialize it before an object's ctors run. (Of course, __stack_chk_guard is placed in that section.) I think this could also be solved by ensuring the __guard_setup ctor runs first, in some implementation-defined way. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
