details: https://hg.nginx.org/njs/rev/75e7a7bb6b06 branches: changeset: 1958:75e7a7bb6b06 user: Dmitry Volyntsev <xei...@nginx.com> date: Fri Sep 16 17:07:04 2022 -0700 description: Fixed typo introduced in 82f41f43abd4.
diffstat: src/njs_vmcode.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 52b3e1f2a3e1 -r 75e7a7bb6b06 src/njs_vmcode.c --- a/src/njs_vmcode.c Fri Sep 16 12:27:40 2022 -0700 +++ b/src/njs_vmcode.c Fri Sep 16 17:07:04 2022 -0700 @@ -883,6 +883,7 @@ next: case NJS_VMCODE_ARGUMENTS: ret = njs_vmcode_arguments(vm, pc); if (njs_slow_path(ret == NJS_ERROR)) { + goto error; } break; _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org