]> git.kaiwu.me - njs.git/commit
Avoiding modification of vm->retval in njs_promise_alloc().
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 16 Dec 2020 20:27:31 +0000 (20:27 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 16 Dec 2020 20:27:31 +0000 (20:27 +0000)
commit8e0cb3edcbc377d88097c46a7ac89265423d76c1
treee5a296fa25cfc63712cc39ca86d07c5186cd06d8
parent84d5167d851076ea8a97eb123ec648897d6c3636
Avoiding modification of vm->retval in njs_promise_alloc().

Alloc functions are not expected to modify existing values.
src/njs_promise.c