On Fri, May 19, 2017 at 12:18 AM, Bruno Haible <br...@clisp.org> wrote: > Results of a gnulib testdir configured with > CFLAGS="-O -ggdb -fsanitize-address-use-after-scope": > > 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.