diff options
author | Vadim Zhestikov <v.zhestikov@f5.com> | 2023-11-29 20:46:32 -0800 |
---|---|---|
committer | Vadim Zhestikov <v.zhestikov@f5.com> | 2023-11-29 20:46:32 -0800 |
commit | 0313f3a0f2fcf649943d2683c782040cc2c7810b (patch) | |
tree | c807e44d5e8fbeb87e912883ff350cb0d6dfed59 /nginx/ngx_js.c | |
parent | 08fb02c5f23c19af5f3fe58a223e702bba35b0f2 (diff) | |
download | njs-0313f3a0f2fcf649943d2683c782040cc2c7810b.tar.gz njs-0313f3a0f2fcf649943d2683c782040cc2c7810b.zip |
Fixed memory over-read in njs_utf8_prev() and njs_utf8_next().
Previously, njs_utf8_next() might over-read up to 1 byte
beyond the string memory. Whereas njs_utf8_prev() might
over-read unlimited number of bytes before the string.
Diffstat (limited to 'nginx/ngx_js.c')
0 files changed, 0 insertions, 0 deletions