]> git.kaiwu.me - njs.git/commit
Fixed TextDecoder.prototype.decode() with non-zero TypedArray offset.
authorAlexander Borisov <alexander.borisov@nginx.com>
Mon, 7 Sep 2020 14:55:24 +0000 (17:55 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Mon, 7 Sep 2020 14:55:24 +0000 (17:55 +0300)
commitf9d4fa4466fea0a2d908ead78028ee1d2139fe15
treeb6bdeebd72d35948e4e6bad99c5fb9eb3a8ac0c9
parent0b2427440e7715ccdeec4dd217b5d07b2738214f
Fixed TextDecoder.prototype.decode() with non-zero TypedArray offset.
src/njs_encoding.c
src/njs_typed_array.c
src/njs_typed_array.h
src/test/njs_unit_test.c