openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
729 stars 198 forks source link

bugfix: correct offset vector memory allocation size for PCRE2. #341

Closed zhongweiy closed 8 months ago

zhongweiy commented 8 months ago

Also update the name of ovecsize in ngx_http_lua_ffi_exec_regex to reflect the difference.

zhongweiy commented 8 months ago

This PR is a follow-up for https://github.com/openresty/lua-nginx-module/pull/2290.