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
Branc
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
Branc
Stamp 9.0.19.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8c15a7163c8d7dfa5df2f56639693122dd0800ec
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.3.6.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/b5ea07b06d58519c54aa3f15067f9a44d84f6d8e
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.2.10.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/9f20f2fc43f7dbe5a60958bc41f24130957560a3
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.1.15.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/506a519f3a45c0c8a7e07cf5ab8d17dc6d388ba5
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Stamp 9.4.1.
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/d0f83327d3739a45102fdd486947248c70e0249d
Modified Files
--
configure| 18 +-
configure.in |2 +-
doc/bug.template
Remove dead code.
Commit 13629df changed metaphone() function to return an empty string on
empty input, but it left the old error message in place. It's now dead code.
Michael Paquier, per Coverity warning.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/4eaafa04536
Fix typo in comment.
Amit Langote
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/efba7a542fd52ed7607f1d8b162d898da0baa22c
Modified Files
--
src/backend/parser/parse_utilcmd.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Sent via pgsql-c