Commit 9163206
committed
Disable Js\Server::__get(), since we don't need it right now and it's broken.
We can trigger segfaults and ZZZZZ reads when using __get from JavaScript,
so there's something wrong here. We don't actually need this right now
(__set is enough), so just disable it. We'll fix or replace it later.1 parent 9c961c5 commit 9163206
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
0 commit comments