]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replaceAll() with zero length argument.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 23 May 2024 00:26:08 +0000 (17:26 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 23 May 2024 00:26:08 +0000 (17:26 -0700)
commit3a5042f66aeae484aead80b0e172827fbccc3be1
treef47c5ade351384b617f5881d49458f65fcd8259d
parent4bb4c5eaebe29732edd84db44f9aefa666d9081b
Fixed String.prototype.replaceAll() with zero length argument.

This fixes #712 issue on Github.
src/njs_string.c
src/njs_string.h
src/test/njs_unit_test.c