- Notifications
You must be signed in to change notification settings - Fork5
Commit2abefd9
committed
Work around perl bug in SvPVutf8().
Certain things like typeglobs or readonly things like $^V causeperl's SvPVutf8() to die nastily and crash the backend. To avoidthat bug we make a copy of the object, which will subsequently begarbage collected.Back patched to 9.1 where we first started using SvPVutf8().Per -hackers discussion. Original problem reported by David Wheeler.1 parent8cf82ac commit2abefd9
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
53 | 59 |
| |
54 |
| - | |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 | 63 |
| |
|
0 commit comments
Comments
(0)