diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-04 11:48:23 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-04 11:48:23 -0400 |
commit | d5de344a50d3fa03fad38fe41cc3443db4143bb5 (patch) | |
tree | caa1d7a017b954a2914ee582d5ed910767e3e17c /src/backend/access/gist/gistproc.c | |
parent | 9d517339e9912d8e4afe76e26f9a0e5dc54f6f4e (diff) | |
download | postgresql-d5de344a50d3fa03fad38fe41cc3443db4143bb5.tar.gz postgresql-d5de344a50d3fa03fad38fe41cc3443db4143bb5.zip |
In array_position()/array_positions(), beware of empty input array.
These functions incautiously fetched the array's first lower bound
even when the array is zero-dimensional, thus fetching the word
after the allocated array space. While almost always harmless,
with very bad luck this could result in SIGSEGV. Fix by adding
an early exit for empty input.
Per bug #17920 from Alexander Lakhin.
Discussion: https://postgr.es/m/17920-f7c228c627b6d02e%40postgresql.org
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions