]> git.kaiwu.me - njs.git/commit
Fixed length prop of an Array instance redefinition error handing.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 3 Apr 2026 00:49:31 +0000 (17:49 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Fri, 3 Apr 2026 02:01:28 +0000 (19:01 -0700)
commit42b4b62afaeec63c1722219eb78f8e7751c702ce
treeffcf171754d1c9b0dc84ea43a52b8469f30a197d
parent3185ce819be0eadbaea1b602c6aa72108fdc32cd
Fixed length prop of an Array instance redefinition error handing.

Previously, when njs_array_length_redefine() failed, the function
returned directly, bypassing the cleanup of the "keys" array.
src/njs_array.c