pgsql: plperl: Correctly handle empty arrays in plperl_ref_from_pg_arra

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: plperl: Correctly handle empty arrays in plperl_ref_from_pg_arra
Date: 2016-03-08 21:49:34
Message-ID: E1adPVW-0006iJ-Ry@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.

plperl_ref_from_pg_array() didn't consider the case that postgrs arrays
can have 0 dimensions (when they're empty) and accessed the first
dimension without a check. Fix that by special casing the empty array
case.

Author: Alex Hunsaker
Reported-By: Andres Freund / valgrind / buildfarm animal skink
Discussion: 20160308063240(dot)usnzg6bsbjrne667(at)alap3(dot)anarazel(dot)de
Backpatch: 9.1-

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/68dababfe3417399bddd4b10107458c6c13e8626

Modified Files
--------------
src/pl/plperl/plperl.c | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-08 21:49:36 pgsql: plperl: Correctly handle empty arrays in plperl_ref_from_pg_arra
Previous Message Andres Freund 2016-03-08 21:49:33 pgsql: plperl: Correctly handle empty arrays in plperl_ref_from_pg_arra