diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-03 16:26:38 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-03 16:26:38 -0500 |
commit | 939d10cd8711fdeb7f0ff62c9c6b08e3eddbba3e (patch) | |
tree | 40431b4866e313d6716345b9f6729d4a52e46918 /src/backend/utils/adt/network_selfuncs.c | |
parent | c6aeba353a15d71f584488a7482fb88337f843e3 (diff) | |
download | postgresql-939d10cd8711fdeb7f0ff62c9c6b08e3eddbba3e.tar.gz postgresql-939d10cd8711fdeb7f0ff62c9c6b08e3eddbba3e.zip |
Guard against null arguments in binary_upgrade_create_empty_extension().
The CHECK_IS_BINARY_UPGRADE macro is not sufficient security protection
if we're going to dereference pass-by-reference arguments before it.
But in any case we really need to explicitly check PG_ARGISNULL for all
the arguments of a non-strict function, not only the ones we expect null
values for.
Oversight in commits 30982be4e5019684e1772dd9170aaa53f5a8e894 and
f92fc4c95ddcc25978354a8248d3df22269201bc. Found by Andreas Seltenreich.
(The other usages in pg_upgrade_support.c seem safe.)
Diffstat (limited to 'src/backend/utils/adt/network_selfuncs.c')
0 files changed, 0 insertions, 0 deletions