diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2023-04-23 13:58:25 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2023-04-23 14:30:51 +0300 |
commit | 214495dc5b712552d3938d5f03acddfedc8a81ca (patch) | |
tree | 5ac8d90068912eb8f0e5f60c1c339e863af05ceb /src/backend/executor/nodeModifyTable.c | |
parent | 6e7361c85e95a09ee0d1fbb2f8460962b86489ab (diff) | |
download | postgresql-214495dc5b712552d3938d5f03acddfedc8a81ca.tar.gz postgresql-214495dc5b712552d3938d5f03acddfedc8a81ca.zip |
Validate ltree siglen GiST option to be int-aligned
Unaligned siglen could lead to an unaligned access to subsequent key fields.
Backpatch to 13, where opclass options were introduced.
Reported-by: Alexander Lakhin
Bug: 17847
Discussion: https://postgr.es/m/17847-171232970bea406b%40postgresql.org
Reviewed-by: Tom Lane, Pavel Borisov, Alexander Lakhin
Backpatch-through: 13
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions