1 Commits

Author SHA1 Message Date
Alexander Kuzmenkov
936d751037 Add AddressSanitizer instrumentation for memory contexts
Use manual poison/unpoison at the existing Valgrind hooks, so that
AddressSanitizer sees palloc/pfree as well, not only the underlying
mallocs which are called much less often.

Fix some out-of-bound reads found with this instrumentation.
2023-05-16 21:32:52 +02:00