summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier2019-02-01 01:35:52 +0000
committerMichael Paquier2019-02-01 01:35:52 +0000
commit014763e97668d1597d3cc2abe9ec4bdbf1554e5f (patch)
treec135ab96e78af3d731a78d8a0fdaf344cdc2f75c /doc/src
parent650296f8f607365278f64c9b9a7438c321f2d4ec (diff)
Fix use of dangling pointer in heap_delete() when logging replica identity
When logging the replica identity of a deleted tuple, XLOG_HEAP_DELETE records include references of the old tuple. Its data is stored in an intermediate variable used to register this information for the WAL record, but this variable gets away from the stack when the record gets actually inserted. Spotted by clang's AddressSanitizer. Author: Stas Kelvish Discussion: https://postgr.es/m/085C8825-AD86-4E93-AF80-E26CDF03D1EA@postgrespro.ru Backpatch-through: 9.4
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions