Commit df90a64
Aiden Fox Ivey
ZJIT: Use Marshal.dump to handle large writes
`File.binwrite` with a big string can exceed the `INT_MAX` limit of write(2)
and fail with an exception.1 parent 56f777c commit df90a64
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments