]> git.kaiwu.me - njs.git/commit
Fixed heap-buffer-overflow in njs_array_reverse_iterator() function.
authorAlexander Borisov <alexander.borisov@nginx.com>
Thu, 24 Oct 2019 13:15:01 +0000 (16:15 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Thu, 24 Oct 2019 13:15:01 +0000 (16:15 +0300)
commit84acdb8edbed8fbf3c9e47b55320fae636391968
tree8c34085c004ebc8016cf3d15d179f828e7abaaac
parentc38f6ccfa8f2967f96cbac506783f6f1c20faa5c
Fixed heap-buffer-overflow in njs_array_reverse_iterator() function.

Affected JS functions in Array.prototype: lastIndexOf, reduceRight.
src/njs_array.c
src/test/njs_unit_test.c