On Tue, Jun 02, 2015 at 11:58:03AM -0700, Ross Berteig wrote: > This is the class of bug that the optimizer is likely to expose, and > that is difficult for tools to find. Valgrind would likely have found > it, but would have to have executed a test case that attempted to > generate the /reports page.
Actually, this is the class of bugs that Valgrind is very *bad* at finding. msan should be able to find it, if the compiler is aggressive enough about the life-time markers. Joerg _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

