Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: Disable capturing of subpatterns
It seems that the pattern we use will create a subpattern match for every character of the value. This appears to then result in a stack overflow when matching very long values. It might be an idea to limit the overall length of an environment variable that is uploaded. But, this should fix the issue of crashes. Fixes: #42
- Loading branch information