OSDN Git Service

Fix possible overflow in calculations of palloc request sizes.
authorMasaoFujii <masao.fujii@gmail.com>
Thu, 22 May 2014 18:41:29 +0000 (03:41 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Thu, 22 May 2014 18:41:29 +0000 (03:41 +0900)
commit307b75e93f4887ccdd8074380550eafa49d63c5f
treead1040adc52d76afd5c8f79d25ec2652faeb3176
parent122be49632ffe14a8a85e266cd35827522581140
Fix possible overflow in calculations of palloc request sizes.

This commit is inspired by the change of pg_trgm:
c3ccc9ee584b9b015dd9c1931e261e21f3961e5f

Back-patch to all supported versions.
bigm_op.c