openwrt-packages/net/nginx-util/src
Christian Marangi 3aa746b246
nginx-util: fix SEGFAULT from regex_search
In converting nginx-util to PCRE2, it was wrongly dropped saving the
results of the regex match causing segmentation fault when used.

Add the missing code to correctly store the vector of the results from
the regex.

Fixes: b738e42c4d ("nginx-util: move to pcre2")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-05-09 19:20:22 +02:00
..
.clang-format nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
.clang-tidy nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
CMakeLists.txt nginx-util: move to pcre2 2023-09-25 14:41:54 -07:00
LICENSE nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
nginx-ssl-util.hpp nginx-util: do not use fallthrough attribute 2021-05-24 21:27:25 +02:00
nginx-util.cpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
nginx-util.hpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
px5g-openssl.hpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
px5g.cpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
regex-pcre.hpp nginx-util: fix SEGFAULT from regex_search 2024-05-09 19:20:22 +02:00
test-nginx-util-root.sh nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
test-nginx-util.sh nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
test-px5g.sh nginx-util: fix issues and cleanup 2020-05-26 18:36:03 +02:00
ubus-cxx.cpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
ubus-cxx.hpp nginx-util: fix compilation with GCC13 2023-07-11 08:38:13 -07:00
uci-cxx.cpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00
uci-cxx.hpp nginx-util: use UCI for server configuration 2020-11-28 18:34:39 +01:00