]> git.kaiwu.me - njs.git/commit
Fixed overflow in Array.prototype.concat().
authorAlexander Borisov <alexander.borisov@nginx.com>
Fri, 19 Apr 2019 14:24:29 +0000 (17:24 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Fri, 19 Apr 2019 14:24:29 +0000 (17:24 +0300)
commitb5792818b9d115d48854010b9f29d13c1d26a386
tree63a19c9a2de88817d700dab1b05fa7049bbc2c18
parentcf289e01baabedbf168f128279ba4693d82b874e
Fixed overflow in Array.prototype.concat().

This closes #131 issue on GitHub.
njs/njs_array.c
njs/test/njs_unit_test.c