[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2022-11-11 Thread mkh199740 at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 --- Comment #8 from lo1ol --- https://www.youtube.com/watch?v=Ua3TiOSwVTI

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2022-07-18 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 Boris Kolpackov changed: What|Removed |Added CC||boris at kolpackov dot net --- Comment

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2022-05-31 Thread mkh199740 at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 lo1ol changed: What|Removed |Added CC||mkh199740 at mail dot ru --- Comment #6 from lo1

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2017-10-31 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 Yury Gribov changed: What|Removed |Added CC||ygribov at gcc dot gnu.org --- Comment #5

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2014-12-09 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 --- Comment #4 from Yury Gribov --- (In reply to Jakub Jelinek from comment #3) > But why do you want to use -static-libasan ? Just link it dynamically... For one thing it can speed up code by avoiding PLT calls. > --dynamic-list is hard to

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2014-12-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 --- Comment #3 from Jakub Jelinek --- But why do you want to use -static-libasan ? Just link it dynamically... --dynamic-list is hard to maintain, aren't there hundreds of symbols that are exported from libasan?

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2014-12-09 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 --- Comment #2 from Yury Gribov --- (In reply to Jakub Jelinek from comment #1) > I think we can only recommend not to do that For legacy codebase (e.g. when sanitizing full distributions) you often don't have a choice. > implying -Wl,-E from -

[Bug sanitizer/64234] Statically sanitized executable does not export ASan symbols

2014-12-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64234 --- Comment #1 from Jakub Jelinek --- I think we can only recommend not to do that, or suggest users to consider -Wl,-E. The linker automatically makes symbols mentioned in dependent libraries exported from binaries, but e.g. implying -Wl,-E fro