Commit 614b22a
committed
Add array size maximum to array_diff()
This silences some reports about the equivalence to array_merge()'s
issue. However, this is different as no packed fill is used in this
code, so it doesn't have the same bug that array_merge() had.
Closes GH-21449.1 parent 30b2d77 commit 614b22a
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5741 | 5741 | | |
5742 | 5742 | | |
5743 | 5743 | | |
5744 | | - | |
| 5744 | + | |
5745 | 5745 | | |
5746 | 5746 | | |
5747 | 5747 | | |
| |||
5831 | 5831 | | |
5832 | 5832 | | |
5833 | 5833 | | |
| 5834 | + | |
| 5835 | + | |
| 5836 | + | |
| 5837 | + | |
| 5838 | + | |
5834 | 5839 | | |
5835 | 5840 | | |
5836 | 5841 | | |
| |||
0 commit comments