]> git.kaiwu.me - njs.git/commit
Fixed a func instance dumping with "name" as getter.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 28 Feb 2023 06:14:36 +0000 (22:14 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 28 Feb 2023 06:14:36 +0000 (22:14 -0800)
commit77e5e03d361f11161444d0f77221ba0928e69350
tree9f435b2a2bd3b6ee607f0c12920f062c7e015b1a
parent484411868bf9351ae7513008f6efd28caa72574f
Fixed a func instance dumping with "name" as getter.

After njs_value_property() call the value argument might be
overwritten.

This is similar to #615.
src/njs_json.c
src/test/njs_unit_test.c