https://bugs.exim.org/show_bug.cgi?id=1801
--- Comment #2 from Roy Ivy III <Roy.Ivy.III@???> ---
Testing still fails, but it's close.
"testout8\testoutput18":
```
/\[A]{1000000}**/expand,regerror_buffsize=31
Failed: POSIX code 4: ? * + invalid at offset 1000001
** regerror() message truncated
/\[A]{1000000}**/expand,regerror_buffsize=32
Failed: POSIX code 4: ? * + invalid at offset 1000001
# End of testdata/testinput18
```
expected:
```
/\[A]{1000000}**/expand,regerror_buffsize=31
Failed: POSIX code 4: ? * + invalid at offset 100000
** regerror() message truncated
/\[A]{1000000}**/expand,regerror_buffsize=32
Failed: POSIX code 4: ? * + invalid at offset 1000001
# End of testdata/testinput18
```
So, we're left with the one-off error that you thought might occur.
--
You are receiving this mail because:
You are on the CC list for the bug.