From ff6971fb1cba7ff88eeb0538d3d6cf5268add05f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 9 Aug 2017 21:48:01 -0400 Subject: Call PointerHolder constructor properly (fixes #135) Passed arguments to the constructor in the wrong order. --- README.maintainer | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.maintainer') diff --git a/README.maintainer b/README.maintainer index 0a270e2a..209a5ebf 100644 --- a/README.maintainer +++ b/README.maintainer @@ -17,6 +17,13 @@ Release Reminders running a spelling checker over the source code to catch errors in variable names, strings, and comments. Use ispell -p ispell-words. + * Run tests with sanitize address enabled: + + ./configure CFLAGS="-fsanitize=address -g" \ + CXXFLAGS="-fsanitize=address -g" \ + LDFLAGS="-fsanitize=address" \ + --enable-werror --disable-shared + * Consider running tests with latest gcc and/or valgrind. To do this, replace, build with debugging and without shared libraries. In build, create z and move each executable into z. Then create a -- cgit v1.2.3-54-g00ecf