Prevent Valgrind Memcheck errors around px_acquire_system_randomness().

Noah Misch <noah@leadboat.com>

Commit: 59b919822ab060f721e235964d19b55a19c815f0
Author: Noah Misch <noah@leadboat.com>
Date: 2015-02-02T15:00:45Z
Releases: 9.5.0
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

PathChange+/−
contrib/pgcrypto/random.c modified +4 −1