Prevent Valgrind Memcheck errors around px_acquire_system_randomness().

Noah Misch <noah@leadboat.com>

Commit: ca84dfa90e9929737bda7393f88b488cb7161147
Author: Noah Misch <noah@leadboat.com>
Date: 2015-02-02T15:00:49Z
Releases: 9.4.1
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