]> git.kaiwu.me - njs.git/commit
Fixed heap-buffer-overflow while parsing regexp literals.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 26 Aug 2019 16:00:13 +0000 (19:00 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 26 Aug 2019 16:00:13 +0000 (19:00 +0300)
commitee400ea880dc46bb02c4be2564b183c114d4cd42
treee5c23641fcbffb615de2b180820e8787fcb7793c
parent15fc1a049a3d4d34c2c70757a9a9b49dd1ae7259
Fixed heap-buffer-overflow while parsing regexp literals.

This closes #174 issue on Github.
src/njs_regexp.c
src/test/njs_unit_test.c