Log Message:
-----------
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
The latter is considered unwarranted chumminess with the implementation,
and can lead to crashes with recent Perl versions.
Report and fix by Tim Bunce. Back-patch to all versions containing the
questionable coding pattern.
Tags:
----
REL8_3_STABLE
Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.136.2.7 -> r1.136.2.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.136.2.7&r2=1.136.2.8)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2010-03-09 22:35:07 |
| Subject: pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV |
| Previous: | From: Tom Lane | Date: 2010-03-09 22:34:49 |
| Subject: pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV |