Re: [PATCH] regex: fix assertion in re_node_set_insert

2021-06-22 Thread Paul Eggert
Thanks, I installed that into Gnulib in your name.

[PATCH] regex: fix assertion in re_node_set_insert

2021-06-22 Thread Egor Ignatov
* lib/regexec.c (proceed_next_node): Add duplicate insertion check for eps_via_nodes set. Signed-off-by: Egor Ignatov --- lib/regexec.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/regexec.c b/lib/regexec.c index 23b984a21..c05b92783 100644 --- a/lib/regexec