Re: [patch]overallocate memory for curly braces in array_out
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Keiichi Hirobe <chalenge.akane@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-09-28T00:23:07Z
Lists: pgsql-hackers
Keiichi Hirobe <chalenge.akane@gmail.com> writes: > I am not sure whether to fix another bug, but I fixed and I attached a new > patch, > please check it. I think this duplicates what I already committed at https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=87d9bbca13f9c6b8f6ee986f0e399cb83bd731d4 regards, tom lane
Commits
-
Fix over-allocation of space for array_out()'s result string.
- 87d9bbca13f9 12.0 landed
- bfdd02f88b96 11.0 landed
- ac863108f56b 9.6.11 landed
- 7ecdeb5f5476 9.3.25 landed
- 6ed095edb776 9.5.15 landed
- 103511723ee2 10.6 landed
- 028fc0bac974 9.4.20 landed