pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Дата
Msg-id 20100309223525.85C3E7541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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_0_STABLE

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.67.4.10 -> r1.67.4.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.67.4.10&r2=1.67.4.11)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16,