[Bug 289468] possible bug in libc's regex
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289468] possible bug in libc's regex"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.