]> git.kaiwu.me - njs.git/commit
Fixed heap-buffer-overflow in String.prototype.replace().
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 13 May 2019 17:28:40 +0000 (20:28 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 13 May 2019 17:28:40 +0000 (20:28 +0300)
commitc8d0bc98c521c15cd56f603622152f636d41fb35
tree8791034677d30860f5921279edb44bda3d3d1528
parentb0f23dbc4d4713f65470272768ef79b7cb47db78
Fixed heap-buffer-overflow in String.prototype.replace().

This closes #154 issue on GitHub.
njs/njs_string.c
njs/test/njs_unit_test.c