]> git.kaiwu.me - njs.git/commit
Fixed RegExp compilation after 17124c81.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 Jul 2025 23:53:33 +0000 (16:53 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Fri, 4 Jul 2025 02:06:55 +0000 (19:06 -0700)
commitecc237b079a699537351ddc3dd1ade2f96918451
tree80fc66349ff89dbd4be47745e4b661eaede1b059
parentd63a9d4b1de36c8279f505bc75d13e304726a8ac
Fixed RegExp compilation after 17124c81.

Previously, heap-buffer-overflow happened due to incorrect copying of
[...] regexp parts.

Found by OSS-Fuzz.
external/njs_regex.c
src/test/njs_unit_test.c