aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeRecursiveunion.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-07-22 14:52:36 +0900
committerMichael Paquier <michael@paquier.xyz>2020-07-22 14:52:36 +0900
commit35e142202b14fa12f8edbd7e58b33c39d3c03c62 (patch)
tree49e9edd541a4d90eef5888b7171aaa497a1817d4 /src/backend/executor/nodeRecursiveunion.c
parentcc4dd2a7af13b4759cd76074a932c8cf24e32bb2 (diff)
downloadpostgresql-35e142202b14fa12f8edbd7e58b33c39d3c03c62.tar.gz
postgresql-35e142202b14fa12f8edbd7e58b33c39d3c03c62.zip
Fix corner case with PGP decompression in pgcrypto
A compressed stream may end with an empty packet, and PGP decompression finished before reading this empty packet in the remaining stream. This caused a failure in pgcrypto, handling this case as corrupted data. This commit makes sure to consume such extra data, avoiding a failure when decompression the entire stream. This corner case was reproducible with a data length of 16kB, and existed since its introduction in e94dd6a. A cheap regression test is added to cover this case. Thanks to Jeff Janes for the extra investigation. Reported-by: Frank Gagnepain Author: Kyotaro Horiguchi, Michael Paquier Discussion: https://postgr.es/m/16476-692ef7b84e5fb893@postgresql.org Backpatch-through: 9.5
Diffstat (limited to 'src/backend/executor/nodeRecursiveunion.c')
0 files changed, 0 insertions, 0 deletions