]> git.kaiwu.me - njs.git/commit
Fixed heap-buffer-overflow in toUpperCase() and toLowerCase().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 30 May 2019 13:46:26 +0000 (16:46 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 30 May 2019 13:46:26 +0000 (16:46 +0300)
commitee332a01a8a3e87e5787927318eecc214196376c
tree4c8a26ba2f5263e0df3f8cacb101c3e7fa6efbf6
parentc96060a0877f74eb5cab53ea2795a5833c0b54d2
Fixed heap-buffer-overflow in toUpperCase() and toLowerCase().

In String.prototype. This closes #162 issue on Github.
njs/njs_string.c
njs/test/njs_unit_test.c