Skip to content
Snippets Groups Projects
Commit dac7a37d authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent ff5ab912
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment