]> git.kaiwu.me - njs.git/commit
Fixed potential heap-use-after-free in njs_vm_compile_module().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 2 Oct 2025 03:10:43 +0000 (20:10 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 2 Oct 2025 22:18:43 +0000 (15:18 -0700)
commitce68e397bb613d9c33906e169f4e4304ae9e5c78
treefa5114ca410729903910cf81887be322cb11b6e2
parente6859c43989df51b9d2a27398c1543ae5f0acbe3
Fixed potential heap-use-after-free in njs_vm_compile_module().

Passing a local copy of name argument to njs_parser_init().
src/njs_vm.c