[Bug 289468] possible bug in libc's regex

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 Sep 2025 16:02:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289468

--- Comment #1 from Andriy Gapon <avg@FreeBSD.org> ---
(In reply to Hiroo Ono from comment #0)
"h+" is an extended regular expression according to you expectations.
"+" does not have any special meaning in basic regular expressions.
So, you need to use REG_EXTENDED flag.
It's described in regex manual page.

-- 
You are receiving this mail because:
You are the assignee for the bug.