Commit 24ba4c4
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.1 parent 284fd77 commit 24ba4c4
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5846 | 5846 | | |
5847 | 5847 | | |
5848 | 5848 | | |
5849 | | - | |
| 5849 | + | |
5850 | 5850 | | |
5851 | 5851 | | |
5852 | 5852 | | |
| |||
5936 | 5936 | | |
5937 | 5937 | | |
5938 | 5938 | | |
| 5939 | + | |
| 5940 | + | |
| 5941 | + | |
| 5942 | + | |
| 5943 | + | |
5939 | 5944 | | |
5940 | 5945 | | |
5941 | 5946 | | |
| |||
0 commit comments