]> git.kaiwu.me - njs.git/commit
Fixed heap-buffer-overflow in String.prototype.lastIndexOf().
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 May 2019 16:13:53 +0000 (19:13 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 May 2019 16:13:53 +0000 (19:13 +0300)
commitfe147ab7b6721eb5a1a883f95ad62b5600b103d7
treeb756f8005f7a07dc748bd5ca60feb14d797b15d9
parent2eb3436d0abf000e6e42ad5eb27f9037df187b4b
Fixed heap-buffer-overflow in String.prototype.lastIndexOf().

This closes #151 issue on Github.
njs/njs_string.c
njs/test/njs_unit_test.c