]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace() when replacer throws exception.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 7 Jul 2020 12:23:46 +0000 (12:23 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 7 Jul 2020 12:23:46 +0000 (12:23 +0000)
commitee16308fe890df46b46065b683dbdb29d83911a3
tree9744507c3e84c51e090881fa3e22a339a9ca8270
parent23cef9ab7bc9badef6e5d8444dd456534eb396ee
Fixed String.prototype.replace() when replacer throws exception.

This issue was introduced in 1c729f765cfb.
Found by Clang static analyzer.
src/njs_string.c
src/test/njs_unit_test.c