aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2019-06-30 17:34:17 -0700
committerNoah Misch <noah@leadboat.com>2019-06-30 17:34:20 -0700
commit4b85f20f948d885875a1e1b89979e627b86e6e64 (patch)
tree218eca7bdfa2a0588848528ddb468438fef7f581 /src/backend/access/gist/gist.c
parent05dc5f4767e1c5ed157b2870f05d57f3378302f4 (diff)
downloadpostgresql-4b85f20f948d885875a1e1b89979e627b86e6e64.tar.gz
postgresql-4b85f20f948d885875a1e1b89979e627b86e6e64.zip
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
UBSan complains about this. Instead, cast to a suitable type requiring only 4-byte alignment. DatumGetAnyArrayP() already assumes one can cast between AnyArrayType and ArrayType, so this doesn't introduce a new assumption. Back-patch to 9.5, where AnyArrayType was introduced. Reviewed by Tom Lane. Discussion: https://postgr.es/m/20190629210334.GA1244217@rfd.leadboat.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions