]> git.kaiwu.me - njs.git/commit
Fixed exception throwing when RegExp match fails.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 22 Nov 2021 13:37:11 +0000 (13:37 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 22 Nov 2021 13:37:11 +0000 (13:37 +0000)
commitac897d96932caf8c5c4a95081fe0687767db37d9
treec5c8032b64708903fe9a07f2d05d00d4bc2bf661
parentbb0ed2aa07ec29b526f530574b56aa9a71068abb
Fixed exception throwing when RegExp match fails.

The issue was introduced in a83775113025 (0.1.15).

This closes #439 issue on Github.
src/njs_regexp.c