]> git.kaiwu.me - njs.git/commit
Fixed buffer overflow in Number.prototype.toString(radix).
authorAlexander Borisov <alexander.borisov@nginx.com>
Thu, 3 Oct 2019 12:41:30 +0000 (15:41 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Thu, 3 Oct 2019 12:41:30 +0000 (15:41 +0300)
commit7a0fcd34a7ffb17f898128cbfe88987145ef188f
tree110b9f74cc0b874cbf5fa1ce78e615c499b089f4
parent9a63c0c459b76a8c56916c00894c179d6f08805a
Fixed buffer overflow in Number.prototype.toString(radix).
src/njs_number.c
src/test/njs_unit_test.c