packages/net/nginx-util
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
..
files nginx-util: bump uci conf template version 2023-06-11 04:36:12 +02:00
src nginx-util: fix SEGFAULT from regex_search 2024-05-09 19:20:22 +02:00
Makefile nginx-util: fix SEGFAULT from regex_search 2024-05-09 19:20:22 +02:00