diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-09-25 11:25:48 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-09-25 11:25:48 +0200 |
commit | 0f28d267c7e0936b55307d88644070248a718bd7 (patch) | |
tree | 0b5aa9cd82afd7026e888ec5dec7e6cb1aaa1d2c /src/backend/utils/adt/network_spgist.c | |
parent | 26928441cbb4995fa1474c861d26d3318c8923f3 (diff) | |
download | postgresql-0f28d267c7e0936b55307d88644070248a718bd7.tar.gz postgresql-0f28d267c7e0936b55307d88644070248a718bd7.zip |
pgcrypto: Check for error return of px_cipher_decrypt()
This has previously not been a problem (that anyone ever reported),
but in future OpenSSL versions (3.0.0), where legacy ciphers are/can
be disabled, this is the place where this is reported. So we need to
catch the error here, otherwise the higher-level functions would
return garbage. The nearby encryption code already handled errors
similarly.
Author: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/9e9c431c-0adc-7a6d-9b1a-915de1ba3fe7@enterprisedb.com
Backpatch-through: 9.6
Diffstat (limited to 'src/backend/utils/adt/network_spgist.c')
0 files changed, 0 insertions, 0 deletions