]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.sort() when arr size is changed in a comparator.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 23 Apr 2022 00:02:28 +0000 (17:02 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 23 Apr 2022 00:02:28 +0000 (17:02 -0700)
commit8b39afdad9a0761e0a5d4af1a762bd9a6daef572
tree71188c99059458e65e85a15a8d85901977290988
parent675049dc2ce07a06d5e6d65ab8664e49c7659d3a
Fixed Array.prototype.sort() when arr size is changed in a comparator.

This fixed #468 issue on Github.
src/njs_array.c
src/test/njs_unit_test.c