summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-10-18 20:43:17 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-10-18 20:43:17 -0400
commit2c63dc0356b3573382821bb67c869e95646b6f6d (patch)
tree1f9884c3dbf31f2b8e7877eaa52895e290e1400b /src/backend/executor
parent0a8b7d5c11266ba5291d0aafc0ff4f92ab1cc041 (diff)
Improve pglz_decompress's defenses against corrupt compressed data.
When processing a match tag, check to see if the claimed "off" is more than the distance back to the output buffer start. If it is, then the data is corrupt, and what's more we would fetch from outside the buffer boundaries and potentially incur a SIGSEGV. (Although the odds of that seem relatively low, given that "off" can't be more than 4K.) Back-patch to v13; before that, this function wasn't really trying to protect against bad data. Report and fix by Flavien Guedez. Discussion: https://postgr.es/m/01fc0593-e31e-463d-902c-dd43174acee2@oopacity.net
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions