]> git.kaiwu.me - njs.git/commit
Fixed regexp compilation of patterns with escaped '[' characters.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 1 Jul 2025 01:30:03 +0000 (18:30 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Wed, 2 Jul 2025 20:01:50 +0000 (13:01 -0700)
commit17124c81d84cfed13e47791893aa301681994db4
treef5a104dff67713d4a308153ada7fbbf2a1f9fd96
parentc367f7e2fd2bf0147e950131f4b7887d178110f6
Fixed regexp compilation of patterns with escaped '[' characters.

This fixes #934 issue on Github.
external/njs_regex.c
src/test/njs_unit_test.c