Discussion:
results of gnulib tests with -fsanitize-address-use-after-scope
Bruno Haible
2017-05-19 07:18:59 UTC
Permalink
Results of a gnulib testdir configured with
CFLAGS="-O -ggdb -fsanitize-address-use-after-scope":

No test failures.

Bruno
Jim Meyering
2017-05-19 19:38:03 UTC
Permalink
Post by Bruno Haible
Results of a gnulib testdir configured with
No test failures.
Thanks for testing with the sanitizers! I've seen
-fsanitize-address-use-after-scope catch a few nasty bugs, but usually
involving references and/or lambdas, so more likely in C++ than in C.
Loading...