Prevent Valgrind Memcheck errors around px_acquire_system_randomness().
Noah Misch <noah@leadboat.com>
Prevent Valgrind Memcheck errors around px_acquire_system_randomness(). This function uses uninitialized stack and heap buffers as supplementary entropy sources. Mark them so Memcheck will not complain. Back-patch to 9.4, where Valgrind Memcheck cooperation first appeared. Marko Tiikkaja
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/random.c | modified | +4 −1 |