Segmentation fault with regexec on correctly compiled regex
I already tested the regex with regex101.com and it works fine, regcomp
does not complain about a thing but the code segfaults as soon as i call regexec
. Here is the entire source file
I already tested the regex with regex101.com and it works fine, regcomp
does not complain about a thing but the code segfaults as soon as i call regexec
. Here is the entire source file