mirror of
https://github.com/postgres/postgres.git
synced 2026-05-21 09:48:06 -04:00
We've successfully used libsanitizer for awhile with the undefined
and alignment sanitizers, but with some other sanitizers (at least
thread and hwaddress) it crashes due to internal recursion before
it's fully initialized itself. It turns out that that's due to the
"__ubsan_default_options" hack installed by commit
|
||
|---|---|---|
| .. | ||
| main.c | ||
| Makefile | ||
| meson.build | ||