forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdac7a37
committed
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 thequestionable coding pattern.1 parentff5ab91 commitdac7a37
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
976 | 976 |
| |
977 | 977 |
| |
978 | 978 |
| |
979 |
| - | |
| 979 | + | |
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
| |||
1549 | 1549 |
| |
1550 | 1550 |
| |
1551 | 1551 |
| |
1552 |
| - | |
| 1552 | + | |
1553 | 1553 |
| |
1554 | 1554 |
| |
1555 | 1555 |
| |
| |||
1594 | 1594 |
| |
1595 | 1595 |
| |
1596 | 1596 |
| |
1597 |
| - | |
| 1597 | + | |
1598 | 1598 |
| |
1599 | 1599 |
| |
1600 | 1600 |
| |
| |||
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 | 2222 |
| |
2223 |
| - | |
| 2223 | + | |
2224 | 2224 |
| |
2225 | 2225 |
| |
2226 | 2226 |
| |
|
0 commit comments
Comments
(0)