Browse Source
fix array_copy_array() sorted[] (current use appears to be only on value lists; not user-visible issue) Some time back, sorted[] was a set of indexes into data[], and therefore sorted[] could be copied when copying array. Now that sorted[] is a list of pointers, the sorted[] list must be rebuilt. If copied, it continued to point to (data_unset *) from the original src array, not the dst array.master
1 changed files with 2 additions and 9 deletions
Loading…
Reference in new issue